다음을 통해 공유


ServiceOperation.Method 속성

정의

서비스 작업이 응답하는 HTTP 프로토콜의 메서드를 가져옵니다.

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

속성 값

HTTP 메서드 이름입니다.

적용 대상