다음을 통해 공유


RequestMetadata.MethodType 속성

정의

요청의 HTTP 메서드 형식을 가져오거나 설정합니다.

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

속성 값

설명

지원되는 형식은 GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS 및 TRACE입니다.

적용 대상