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