Click or drag to resize

HttpResponseStream Class

A simple wrapper around the Stream that comes as a response from the API servers.
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.ProcessingHttpResponseStream

Namespace: DegreeDays.Api.Processing
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public class HttpResponseStream : IDisposable

The HttpResponseStream type exposes the following members.

Constructors
 NameDescription
Public methodHttpResponseStreamInitializes a new instance of the HttpResponseStream class
Top
Properties
 NameDescription
Public propertyStream 
Top
Methods
 NameDescription
Public methodClose 
Protected methodDisposeReleases the unmanaged resources used by the HttpResponseStream and optionally releases the managed resources
Top
Remarks

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.

See Also