Udostępnij za pośrednictwem


Właściwość WebTestResponse.ContentType —

Pobiera typ MIME treść odpowiedzi.

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

Składnia

'Deklaracja
Public Property ContentType As String
public string ContentType { get; internal set; }
public:
property String^ ContentType {
    String^ get ();
    internal: void set (String^ value);
}
member ContentType : string with get, internal set
function get ContentType () : String
internal function set ContentType (value : String)

Wartość właściwości

Typ: System.String
Typ MIME.

Wyjątki

Wyjątek Warunek
ObjectDisposedException

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

Uwagi

ContentType Właściwość zawiera wartość zwrócony w odpowiedzi na nagłówek Content-Type.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestResponse Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting

Inne zasoby

HTTP