HttpBinding.Verb 속성

정의

"GET" 또는 "POST" 메서드를 사용하여 HTTP 요청을 할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

가능한 두 값 중 하나인 "GET" 또는 "POST" 중 하나를 포함하는 문자열입니다. 기본값은 빈 문자열("")입니다.

설명

다음 예제에서는 새로 HttpBinding 만들고 해당 Verb 속성을 설정합니다.

WebServices_HttpBinding#2

적용 대상