com.onlineobject.objectnet Namespace

TransportPortType Enumeration

Defines the types of transport protocols for network communication.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum TransportPortType

Members


Member nameDescription
Tcp Represents the Transmission Control Protocol (TCP), which is a connection-oriented protocol.
Udp Represents the User Datagram Protocol (UDP), which is a connectionless protocol.
Both Represents both TCP and UDP protocols. This may be used in contexts where either protocol can be used.