Condividi tramite


Proprietà WebTestResponse.ContentType

Ottiene il tipo MIME del corpo di risposta.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Tipo MIME.

Eccezioni

Eccezione Condizione
ObjectDisposedException

L'istanza corrente è stata eliminata.

Note

La proprietà ContentType contiene il valore dell'intestazione Content-Type restituito con la risposta.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestResponse Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting

Altre risorse

HTTP