HttpMethod.Head Özellik

Tanım

HTTP HEAD protokol yöntemini temsil eder. HEAD yöntemi GET ile aynıdır ancak sunucunun yanıtta ileti gövdesi olmadan yalnızca ileti üst bilgileri döndürmesi gerekir.

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

Özellik Değeri

HTTP HEAD yöntemi.

Şunlara uygulanır