The HttpListenerResponseAdapter type exposes the following members.
Methods
Name | Description | |
---|---|---|
AppendHeader |
Appends a value to the specified HTTP header to be sent with the response.
| |
Close |
Sends the response to the client and releases the resources held by the adapted
HttpListenerResponse instance.
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also