PackWebRequest.ConnectionGroupName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置连接组的名称。
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) 共享。