Udp |
public class UdpAddressEditor : ProtocolAddressPropertyBagEditor
The UdpAddressEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| UdpAddressEditor | Construct an address. | |
| UdpAddressEditor(ProtocolAddress) | Construct an address. |
| Name | Description | |
|---|---|---|
| Host | The server host. | |
| Port | The server port. | |
| RemoteHost | The remote host. | |
| RemotePort | The remote port. |
| Name | Description | |
|---|---|---|
| GetAddress |
Returns a ProtocolAddress that represents the configuration defined by this object.
(Overrides ProtocolAddressPropertyBagEditorGetAddress) | |
| GetParts | Returns the parts of the address. | |
| NextProperty |
Returns the next property that needs to be edited to complete the address.
(Overrides ProtocolAddressPropertyBagEditorNextProperty) | |
| NotifyPropertyChanged(PropertyChangedEventArgs) |
Raises the PropertyChanged event.
(Inherited from ProtocolAddressPropertyBagEditor) | |
| NotifyPropertyChanged(String) |
Raises the PropertyChanged event.
(Inherited from ProtocolAddressPropertyBagEditor) | |
| SetAddress |
Sets this configuration object properties from the ProtocolAddress given.
(Overrides ProtocolAddressPropertyBagEditorSetAddress(ProtocolAddress)) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor) |