다음을 통해 공유


HttpBinding.Verb 속성

정의

HTTP 요청을 만든 메서드가 "GET" 메서드인지 또는 "POST" 메서드인지 나타내는 값을 가져오거나 설정합니다.

public:
 property System::String ^ Verb { System::String ^ get(); void set(System::String ^ value); };
public string Verb { get; set; }
member this.Verb : string with get, set
Public Property Verb As String

속성 값

String

"GET" 또는 "POST" 문자열입니다. 기본값은 빈 문자열("")입니다.

설명

다음 예제에서는 새 HttpBinding 설정 및 해당 Verb 속성입니다.

WebServices_HttpBinding#2

적용 대상