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 Constructor

Initializes a new instance of the HttpResponse class.

[Visual Basic]
Public Sub New( _
   ByVal writer As TextWriter _
)
[C#]
public HttpResponse(
   TextWriter writer
);
[C++]
public: HttpResponse(
   TextWriter* writer
);
[JScript]
public function HttpResponse(
   writer : TextWriter
);

Parameters

writer
A managed reference to a TextWriter object enabling custom output to the outgoing HTTP content body.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace