PackWebRequest.ConnectionGroupName Property

Definition

Gets or sets the name of the connection group.

public:
 virtual property System::String ^ ConnectionGroupName { System::String ^ get(); void set(System::String ^ value); };
public override string ConnectionGroupName { get; set; }
member this.ConnectionGroupName : string with get, set
Public Overrides Property ConnectionGroupName As String

Property Value

The connection group name.

Remarks

The ConnectionGroupName property enables the request to be associated with a connection group. A connection group is useful when application makes requests to the same server for different users.

The ConnectionGroupName property is an empty string if the request resolves from the PackageStore cache.

The ConnectionGroupName property is shared with the inner WebRequest (GetInnerRequest).

Applies to