PackWebRequest::ConnectionGroupName Property
.NET Framework (current version)
Gets or sets the name of the connection group.
Assembly: PresentationCore (in PresentationCore.dll)
public: property String^ ConnectionGroupName { virtual String^ get() override; virtual void set(String^ value) override; }
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).
.NET Framework
Available since 3.0
Available since 3.0
Show: