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

Sends all currently buffered output to the client then closes the socket connection.

[Visual Basic]
Public Sub End()
[C#]
public void End();
[C++]
public: void End();
[JScript]
public function End();

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace