System.Net.TransportType Enumeration

Assembly: System.dll
Namespace: System.Net
Summary
Defines transport types for the SocketPermission and Socket classes.
C# Syntax:
[Serializable]
public enum TransportType
Remarks
The TransportType enumeration defines transport types for the SocketPermission and Socket classes.
See also:
System.Net Namespace | Socket | SocketPermission

System.Net.TransportType Member List:

Public Fields
All All transport types.
Connectionless The transport type is connectionless, such as UDP.
ConnectionOriented
Tcp TCP transport.
Udp UDP transport.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.