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!

ConnectionModes Enumeration

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.

Members

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.

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

System.Net Namespace