Udostępnij za pośrednictwem


Właściwość WebTestResponse.StatusCode —

Pobiera stan odpowiedzi.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public Property StatusCode As HttpStatusCode
public HttpStatusCode StatusCode { get; internal set; }
public:
property HttpStatusCode StatusCode {
    HttpStatusCode get ();
    internal: void set (HttpStatusCode value);
}
member StatusCode : HttpStatusCode with get, internal set
function get StatusCode () : HttpStatusCode 
internal function set StatusCode (value : HttpStatusCode)

Wartość właściwości

Typ: HttpStatusCode
A HttpStatusCode value.

Wyjątki

Wyjątek Warunek
ObjectDisposedException

Bieżące wystąpienie zostało usunięte.

Uwagi

StatusCode Parametr jest liczbą wskazujące stan odpowiedzi HTTP.Wartością oczekiwaną stanu są zdefiniowane w HttpStatusCode klasy.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestResponse Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting

Inne zasoby

HTTP