The type of Connection.
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Undefined | 0 | An undefined connection type. This is used as the default value. | |
TCP | 1 | A TCP connection type. Used by TCPConnection. | |
UDP | 2 | A UDP connection type. Used by UDPConnection. |
See Also