When overridden in a descendant class, gets or sets the name of the connection group for the request.
Public Overridable Property ConnectionGroupName As String
Dim instance As WebRequest Dim value As String value = instance.ConnectionGroupName instance.ConnectionGroupName = value
public virtual string ConnectionGroupName { get; set; }
public: virtual property String^ ConnectionGroupName { String^ get (); void set (String^ value); }
public function get ConnectionGroupName () : String public function set ConnectionGroupName (value : String)
Any attempt is made to get or set the property, when the property is not overridden in a descendant class.
The ConnectionGroupName property associates specific requests within an application to one or more connection pools.
The WebRequest class is an abstract class. The actual behavior of WebRequest instances at run time is determined by the descendant class returned by the WebRequest..::.Create method. For more information about default values and exceptions, see the documentation for the descendant classes, such as HttpWebRequest and FileWebRequest.
The 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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC