HttpMethod(String) 생성자

정의

특정 HTTP 메서드를 사용하여 HttpMethod 클래스의 새 인스턴스를 초기화합니다.

public:
 HttpMethod(System::String ^ method);
public HttpMethod (string method);
new System.Net.Http.HttpMethod : string -> System.Net.Http.HttpMethod
Public Sub New (method As String)

매개 변수

method
String

HTTP 메서드입니다.

설명

앱에 정적 속성 HttpMethod 중 하나의 HTTP 메서드에 다른 값이 필요한 경우 생성자는 앱이 지정하는 HTTP 메서드를 사용하여 새 인스턴스 HttpMethod 를 초기화합니다.

적용 대상