Http |
The HttpResponseStream type exposes the following members.
Name | Description | |
---|---|---|
HttpResponseStream | Initializes a new instance of the HttpResponseStream class |
Name | Description | |
---|---|---|
Close | ||
Dispose | Releases the unmanaged resources used by the HttpResponseStream and optionally releases the managed resources |
This exists primarily for custom implementations of IHttpRequestDispatcher that may wish to subclass this and override the Dispose(Boolean) method to perform extra cleanup when the stream is closed.