Mono Class Library: System.Net.Authorization Overview | Members

System.Net.Authorization.ConnectionGroupId Property

Gets the unique identifier for an authenticated connection.

public string ConnectionGroupId { get; }

Value

A string containing a unique connection identifier, or null if no value was specified to the constructor for the current instance.

Remarks

This property is read-only.

The connection group identifier is used to restrict access to the server connection established with the current authorization instance.

Note: Only System.Net.WebRequest instances that have Authorization.ConnectionGroupId as their WebRequest.ConnectionGroupName property value can use the connection. If the value of this property is null , access to the connection is not restricted in this manner. The connection group information is also available in the ServicePoint.ConnectionName property of the service point that represents the connection.

Requirements

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