HttpListenerResponse Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Abort() | Closes the connection to the client without sending a response. |
![]() | AddHeader(String^, String^) | Adds the specified header and value to the HTTP headers for this response. |
![]() | AppendCookie(Cookie^) | Adds the specified Cookie to the collection of cookies for this response. |
![]() | AppendHeader(String^, String^) | Appends a value to the specified HTTP header to be sent with this response. |
![]() | Close() | Sends the response to the client and releases the resources held by this HttpListenerResponse instance. |
![]() | Close(array<Byte>^, Boolean) | Returns the specified byte array to the client and releases the resources held by this HttpListenerResponse instance. |
![]() | CopyFrom(HttpListenerResponse^) | Copies properties from the specified HttpListenerResponse to this response. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Redirect(String^) | Configures the response to redirect the client to the specified URL. |
![]() | SetCookie(Cookie^) | Adds or updates a Cookie in the collection of cookies sent with this response. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose() | This API supports the product infrastructure and is not intended to be used directly from your code. Releases all resources used by the HttpListenerResponse. |


