HttpWebRequest.ConnectionGroupName Property
.NET Framework (current version)
Gets or sets the name of the connection group for the request.
Assembly: System (in System.dll)
Property Value
Type: System.StringThe name of the connection group for this request. The default value is null.
The ConnectionGroupName property enables you to associate a request with a connection group. This is useful when your application makes requests to one server for different users, such as a Web site that retrieves customer information from a database server.
Notes to Implementers:
Each connection group creates additional connections for a server. This may result in exceeding the number of connections set by the ServicePoint.ConnectionLimit property for that server.
.NET Framework
Available since 1.1
Available since 1.1
Show: