Share via


WebTestResponse.Server Property

Gets the name of the server that sent the response.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

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

Property Value

Type: String
A string that contains the name of the server that sent the response.

Exceptions

Exception Condition
ObjectDisposedException

The current instance has been disposed.

Remarks

The Server property contains the value of the server header returned with the response.

.NET Framework Security

See Also

Reference

WebTestResponse Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace

Other Resources

HTTP