Share via


Server Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the name of the server that sent the response.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public ReadOnly Property Server As String
public string Server { get; }
public:
property String^ Server {
    String^ get ();
}
member Server : string with get
function get Server () : String

Property Value

Type: System. . :: . .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

HttpWebResponse Class

System.Net Namespace