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!

Page.Response

Gets the Response object provided by the HTTP Runtime, which allows developers to send HTTP response data to a client browser.

[Visual Basic]
Public ReadOnly Property Response As HttpResponse
[C#]
public HttpResponse Response {get;}
[C++]
public: __property HttpResponse* get_Response();
[JScript]
public function get Response() : HttpResponse;

Property Value

The current state of the HttpResponse class.

Exceptions

Exception Type Condition
HttpException The response data is not available.

See Also

Page Class | Page Members | System.Web.UI Namespace | HttpResponse