SoapException.Role 속성

정의

SOAP 메시지 처리 시 XML Web services의 기능을 나타내는 URI를 가져옵니다.

public:
 property System::String ^ Role { System::String ^ get(); };
[System.Runtime.InteropServices.ComVisible(false)]
public string Role { get; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Role : string
Public ReadOnly Property Role As String

속성 값

SoapException을 throw하는 XML Web services의 역할입니다. 기본값은 Empty입니다.

특성

설명

Role SOAP 프로토콜 버전 1.1을 사용하여 XML 웹 서비스와 통신하는 경우 속성은 무시됩니다. SOAP 1.2를 사용하는 경우 속성은 Role SOAP 메시지의 요소 내에서 fault 요소를 설정합니다role.

적용 대상