Click or drag to resize

HttpResponseStreamDispose Method

Releases the unmanaged resources used by the HttpResponseStream and optionally releases the managed resources

Namespace: DegreeDays.Api.Processing
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also