Udostępnij za pośrednictwem


RequestMetadata.MethodType Właściwość

Definicja

Pobiera lub ustawia typ metody HTTP żądania.

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

Wartość właściwości

Uwagi

Obsługiwane typy to GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS i TRACE.

Dotyczy