Mono Class Library: System.Net.HttpWebRequest Overview | MembersSystem.Net.HttpWebRequest.ConnectionGroupName Property |
Gets or sets the name of the connection group for the current instance. [Edit]
|
A string that contains the name of the connection group for the current instance. The default value is null. [Edit]
Note:[Edit]The HttpWebRequest.ConnectionGroupName property enables a request to be associated with a connection group. This is useful when an application makes requests to one server for different users, such as a Web site that retrieves customer information from a database server.
Each connection group creates additional connections for a server. This might result in exceeding ServicePoint.ConnectionLimit for that server.
This property overrides WebRequest.ConnectionGroupName.
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0