다음을 통해 공유


ProtocolEndpoint.ResponseLocation 속성

정의

응답 위치를 가져오거나 설정합니다. 이 요소는 선택 사항입니다.

public:
 property Uri ^ ResponseLocation { Uri ^ get(); void set(Uri ^ value); };
public Uri ResponseLocation { get; set; }
member this.ResponseLocation : Uri with get, set
Public Property ResponseLocation As Uri

속성 값

Uri

현재 인스턴스의 응답 위치를 나타내는 URI입니다. 기본값은 null입니다.

적용 대상