ConnectionType EnumerationNetworkComms.Net Help
The type of Connection.

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public enum ConnectionType
Members

  Member nameValueDescription
Undefined0 An undefined connection type. This is used as the default value.
TCP1 A TCP connection type. Used by TCPConnection.
UDP2 A UDP connection type. Used by UDPConnection.
See Also