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

System.Net.WebRequest.ConnectionGroupName Property

Gets or sets the name of the connection group for the current instance.

public virtual string ConnectionGroupName { set; get; }

Value

A string that contains the name of the connection group for the current instance.

Exceptions

TypeReason
NotSupportedExceptionThis property is not implemented in the derived class.

Remarks

This property associates specific requests within an application with a System.Net.ServicePoint .

Operation
As described above.

This property throws NotSupportedException.

Note to Inheritors
This property is required to be overridden by classes that inherit from System.Net.WebRequest. The WebRequest.ConnectionGroupName property typically associates a group of requests that share a set of credentials with a connection to an Internet resource to avoid potential security failures.

Usage
Use this property to get or set the name of the connection group for the current instance.

Requirements

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