TransportPortType Enumeration
Defines the types of transport protocols for network communication.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Members
Member name | Description | |
---|---|---|
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. |