HttpResponseMessage.StatusCode Özellik

Tanım

HTTP yanıtının durum kodunu alır veya ayarlar.

public:
 property System::Net::HttpStatusCode StatusCode { System::Net::HttpStatusCode get(); void set(System::Net::HttpStatusCode value); };
public System.Net.HttpStatusCode StatusCode { get; set; }
member this.StatusCode : System.Net.HttpStatusCode with get, set
Public Property StatusCode As HttpStatusCode

Özellik Değeri

HTTP yanıtının durum kodu.

Şunlara uygulanır