Mono Class Library: System.Net.WebRequest Overview | MembersSystem.Net.WebRequest.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. [Edit]
Type Reason NotSupportedException This property is not implemented in the derived class. [Edit]
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. [Edit]
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0