HttpMethod.Put Özellik

Tanım

URI tarafından tanımlanan bir varlığı değiştirmek için kullanılan HTTP PUT protokol yöntemini temsil eder.

public:
 static property System::Net::Http::HttpMethod ^ Put { System::Net::Http::HttpMethod ^ get(); };
public static System.Net.Http.HttpMethod Put { get; }
static member Put : System.Net.Http.HttpMethod
Public Shared ReadOnly Property Put As HttpMethod

Özellik Değeri

HTTP PUT yöntemi.

Şunlara uygulanır