PackWebRequest.ConnectionGroupName 属性

定义

获取或设置连接组的名称。

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

属性值

连接组名称。

注解

属性 ConnectionGroupName 使请求能够与连接组相关联。 当应用程序为不同的用户向同一服务器发出请求时,连接组非常有用。

如果请求从PackageStore缓存解析,则 ConnectionGroupName 属性为空字符串。

属性 ConnectionGroupName 与内部 WebRequest (GetInnerRequest) 共享。

适用于