Mono Class Library: System.Net.HttpWebResponse Overview | Members

System.Net.HttpWebResponse.StatusDescription Property

Gets the status description returned with the response.

public string StatusDescription { get; }

Value

A string that describes the status of the response.

Exceptions

TypeReason
ObjectDisposedExceptionThe current instance has been disposed.

Remarks

This property is read-only.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0