Skip to main content
.NET Framework Class Library
HttpListenerResponse..::.Close Method





Sends the response to the client and releases the resources held by this HttpListenerResponse instance.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodClose()()()Sends the response to the client and releases the resources held by this HttpListenerResponse instance.
Public methodClose(array<Byte>[]()[], Boolean)Returns the specified byte array to the client and releases the resources held by this HttpListenerResponse instance.
Top