the value indicate the ConnectionGroupName Property in HttpWebRequest is being used or not the UnsafeAuthenticatedConnectionSharing is set to true in our HttpClient code please the refer to: http://msdn.microsoft.com/en-us/library/vstudio/system.net.httpwebrequest.unsafeauthenticatedconnectionsharing(v=vs.100).aspx

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public static bool UsingConnectionGroupNameProperty { get; set; }
Visual Basic
Public Shared Property UsingConnectionGroupNameProperty As Boolean
	Get
	Set
Visual C++
public:
static property bool UsingConnectionGroupNameProperty {
	bool get ();
	void set (bool value);
}

See Also