다음을 통해 공유


SoapServerMethod.Action 속성

정의

이 XML Web services 메서드에 전달된 SOAP 요청의 SOAPAction HTTP 헤더 필드를 가져옵니다.

public:
 property System::String ^ Action { System::String ^ get(); };
public string Action { get; }
member this.Action : string
Public ReadOnly Property Action As String

속성 값

String

이 XML Web services 메서드에 전달된 SOAP 요청의 SOAPAction HTTP 헤더 필드가 들어 있는 String입니다.

적용 대상