Aracılığıyla paylaş


RequestMetadata.MethodType Özellik

Tanım

İsteğin HTTP yöntemi türünü alır veya ayarlar.

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

Özellik Değeri

Açıklamalar

Desteklenen türler GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS ve TRACE'dir.

Şunlara uygulanır