TransportType Enum

Definition

Defines transport types for the SocketPermission and Socket classes.

public enum class TransportType
public enum TransportType
type TransportType = 
Public Enum TransportType
Inheritance
TransportType

Fields

All 3

All transport types.

Connectionless 1

The transport type is connectionless, such as UDP. Specifying this value has the same effect as specifying Udp.

ConnectionOriented 2

The transport is connection oriented, such as TCP. Specifying this value has the same effect as specifying Tcp.

Tcp 2

TCP transport.

Udp 1

UDP transport.

Remarks

The TransportType enumeration defines transport types for the SocketPermission and Socket classes.

Applies to

See also