TelegramUdpAddressEditor Class |
Namespace: Demo3D.HLE.Comms.Net
public class TelegramUdpAddressEditor : UdpAddressEditor
The TelegramUdpAddressEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| TelegramUdpAddressEditor | Initializes a new instance of the TelegramUdpAddressEditor class |
| Name | Description | |
|---|---|---|
| Host |
The server host.
(Inherited from UdpAddressEditor.) | |
| Port |
The server port.
(Inherited from UdpAddressEditor.) | |
| RemoteHost |
The remote host.
(Inherited from UdpAddressEditor.) | |
| RemotePort |
The remote port.
(Inherited from UdpAddressEditor.) |
| Name | Description | |
|---|---|---|
| GetAddress |
Returns a ProtocolAddress that represents the configuration defined by this object.
(Overrides UdpAddressEditorGetAddress.) | |
| GetParts |
Returns the parts of the address.
(Inherited from UdpAddressEditor.) | |
| NextProperty |
Returns the next property that needs to be edited to complete the address.
(Inherited from UdpAddressEditor.) | |
| 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.
(Inherited from UdpAddressEditor.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor.) |