NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TransportType Enumeration

Defines the transport type allowed for the socket.

[Visual Basic]
Public Enum TransportType
[C#]
public enum TransportType
[C++]
public enum TransportType

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
All Any connection is allowed.
TCP TCP connections are allowed.
UDP UDP connections are allowed.

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

System.Net Namespace