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) 共用。

適用於