Click or drag to resize

TelegramUdpAddressEditor Class

Telegram (UDP) 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 TelegramUdpAddressEditor : UdpAddressEditor

The TelegramUdpAddressEditor type exposes the following members.

Constructors
  NameDescription
Public methodTelegramUdpAddressEditor
Initializes a new instance of the TelegramUdpAddressEditor class
Top
Properties
  NameDescription
Public propertyHost
The server host.
(Inherited from UdpAddressEditor.)
Public propertyPort
The server port.
(Inherited from UdpAddressEditor.)
Public propertyRemoteHost
The remote host.
(Inherited from UdpAddressEditor.)
Public propertyRemotePort
The remote port.
(Inherited from UdpAddressEditor.)
Top
Methods
  NameDescription
Public methodGetAddress
Returns a ProtocolAddress that represents the configuration defined by this object.
(Overrides UdpAddressEditorGetAddress.)
Protected methodGetParts
Returns the parts of the address.
(Inherited from UdpAddressEditor.)
Public methodNextProperty
Returns the next property that needs to be edited to complete the address.
(Inherited from UdpAddressEditor.)
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 UdpAddressEditor.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor.)
Top
See Also