RemoteResource.ResponseStatusDescription Property

Gets the description of the response status code.

Syntax

  public string ResponseStatusDescription {get;}

Property Value

System.String.  The description of the HTTP status code from ResponseStatusCode.

This property is read-only.

Remarks

The ResponseStatusCode corresponds to standard HTTP status codes. For more information, see the Status Code Definitions page on the World Wide Web Consortium web site.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.DataAccess

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also