Aracılığıyla paylaş


HttpRequestMessage.Method Özellik

Tanım

HTTP isteği iletisi tarafından kullanılan HTTP yöntemini alır veya ayarlar.

public:
 property System::Net::Http::HttpMethod ^ Method { System::Net::Http::HttpMethod ^ get(); void set(System::Net::Http::HttpMethod ^ value); };
public System.Net.Http.HttpMethod Method { get; set; }
member this.Method : System.Net.Http.HttpMethod with get, set
Public Property Method As HttpMethod

Özellik Değeri

İstek iletisi tarafından kullanılan HTTP yöntemi. Varsayılan, GET yöntemidir.

Şunlara uygulanır