Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TransportType Enumeration

 

Defines transport types for the SocketPermission and Socket classes.

Namespace:   System.Net
Assembly:  System (in System.dll)

Public Enumeration TransportType

Member nameDescription
All

All transport types.

Connectionless

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

ConnectionOriented

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

Tcp

TCP transport.

Udp

UDP transport.

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

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft