Specifies the mode used to establish a connection with a server.
[Visual Basic] Public Enum ConnectionModes [C#] public enum ConnectionModes [C++] public enum ConnectionModes
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
MUX | Persistent connection, many requests/responses out of order. |
PERSISTENT | Persistent connection, on request/response at a time. |
PIPELINE | Persistent connection, many requests/responses in order. |
SINGLE | Non-persistent, on request per connection. |
Namespace: System.Net
Assembly: System.net.dll