System.Net.HttpWebRequest.ConnectionGroupName Property

Gets or sets the name of the connection group for the request.

Syntax

public override string ConnectionGroupName { get; set; }

Value

A string that contains the name of the connection group for the current instance. The default value is null.

Remarks

The HttpWebRequest.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.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0