Click or drag to resize

HttpListenerResponseClose Method

Overload List
  NameDescription
Public methodClose
Returns the response to the client and releases the resources used by this HttpListenerResponse instance.
Public methodClose(Byte, Boolean)
Returns the response with the specified array of Byte to the client and releases the resources used by this HttpListenerResponse instance.
Top
See Also