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