Click or drag to resize

TelegramTcpAddressEditor Class

Telegram (TCP) address editor.
Inheritance Hierarchy

Namespace:  Demo3D.HLE.Comms.Net
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public class TelegramTcpAddressEditor : TcpAddressEditor

The TelegramTcpAddressEditor type exposes the following members.

Constructors
  NameDescription
Public methodTelegramTcpAddressEditor
Initializes a new instance of the TelegramTcpAddressEditor class
Top
Properties
  NameDescription
Public propertyHost
The server host.
(Inherited from TcpAddressEditor.)
Public propertyPort
The server port.
(Inherited from TcpAddressEditor.)
Top
Methods
  NameDescription
Public methodGetAddress
Returns a ProtocolAddress that represents the configuration defined by this object.
(Overrides TcpAddressEditorGetAddress.)
Public methodNextProperty
Returns the next property that needs to be edited to complete the address.
(Inherited from TcpAddressEditor.)
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event.
(Inherited from ProtocolAddressPropertyBagEditor.)
Protected methodNotifyPropertyChanged(String)
Raises the PropertyChanged event.
(Inherited from ProtocolAddressPropertyBagEditor.)
Public methodSetAddress
Sets this configuration object properties from the ProtocolAddress given.
(Inherited from TcpAddressEditor.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor.)
Top
See Also