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.Status

Same as StatusDescription. Provided only for ASP compatibility.

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

Property Value

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

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace