NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.StatusDescription

Gets or sets the HTTP status string of output returned to the client.

[Visual Basic]
Public Property StatusDescription As String
[C#]
public string StatusDescription {get; set;}
[C++]
public: __property String* get_StatusDescription();
public: __property void set_StatusDescription(String*);
[JScript]
public function get StatusDescription() : String;
public function set StatusDescription(String);

Property Value

A string describing the status of the HTTP output returned to the client. The default value is "OK".

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace