Click or drag to resize

UdpAddressEditor Class

UDP address editor.
Inheritance Hierarchy

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

The UdpAddressEditor type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyHost
The server host.
Public propertyPort
The server port.
Public propertyRemoteHost
The remote host.
Public propertyRemotePort
The remote port.
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor.)
Top
See Also