Click or drag to resize

TcpAddressEditor Class

TCP address editor.
Inheritance Hierarchy

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

The TcpAddressEditor type exposes the following members.

Constructors
  NameDescription
Public methodTcpAddressEditor
Initializes a new instance of the TcpAddressEditor class
Top
Properties
  NameDescription
Public propertyHost
The server host.
Public propertyPort
The server port.
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor.)
Top
See Also