Share via


StatusDescription Property

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

Gets the status description returned with the response.

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

Syntax

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

Property Value

Type: System. . :: . .String
A string that describes the status of the response.

Exceptions

Exception Condition
ObjectDisposedException

The current instance has been disposed.

Remarks

A common status message is OK.

.NET Framework Security

See Also

Reference

HttpWebResponse Class

System.Net Namespace