ByteRangeStreamContent.Dispose Method
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Overload List
Name | Description | |
---|---|---|
![]() |
Dispose() | (Inherited from HttpContent.) |
![]() |
Dispose(Boolean) | Releases the resources used by the current instance of the ByteRangeStreamContent class.(Overrides HttpContent.Dispose(Boolean).) |
See Also
ByteRangeStreamContent Class
System.Net.Http Namespace
Return to top
ByteRangeStreamContent.Dispose Method (Boolean)
Releases the resources used by the current instance of the ByteRangeStreamContent class.
Syntax
protected override void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
) override
override Dispose :
disposing:bool -> unit
Protected Overrides Sub Dispose (
disposing As Boolean
)
Parameters
disposing
Type: System.Booleantrue to release managed and unmanaged resources; false to release only unmanaged resources.
Return to top