Bagikan melalui


HttpRequestMessage.Method Properti

Definisi

Mendapatkan atau mengatur metode HTTP yang digunakan oleh pesan permintaan HTTP.

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

Nilai Properti

Metode HTTP yang digunakan oleh pesan permintaan. Defaultnya adalah metode GET.

Berlaku untuk