Click or drag to resize

UdpAddressEditor Class

UDP address editor.
Inheritance Hierarchy
SystemObject
  BaseCustomTypeDescriptor
    Demo3D.NetProtocolAddressPropertyBagEditor
      Demo3D.Net.ProtocolsUdpAddressEditor
        Demo3D.HLE.Comms.NetTelegramUdpAddressEditor

Namespace: Demo3D.Net.Protocols
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public class UdpAddressEditor : ProtocolAddressPropertyBagEditor

The UdpAddressEditor type exposes the following members.

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