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

속성 값

String

연결 그룹 이름입니다.

설명

ConnectionGroupName 속성을 사용하면 요청을 연결 그룹과 연결할 수 있습니다. 연결 그룹을 애플리케이션에서 다른 사용자에 대해 동일한 서버에 요청을 만들 때 유용 합니다.

ConnectionGroupName 요청이 캐시에서 확인되는 경우 속성은 빈 문자열입니다PackageStore.

속성은 ConnectionGroupName 내부 WebRequest (GetInnerRequest)와 공유됩니다.

적용 대상