HttpListenerResponse.Close Method
.NET Framework 4
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.
| Name | Description | |
|---|---|---|
|
Close() | Sends the response to the client and releases the resources held by this HttpListenerResponse instance. |
|
Close(Byte[], Boolean) | Returns the specified byte array to the client and releases the resources held by this HttpListenerResponse instance. |