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.
Member Name | Description |
---|---|
All | Any connection is allowed. |
TCP | TCP connections are allowed. |
UDP | UDP connections are allowed. |
Namespace: System.Net
Assembly: System.net.dll