ByteRangeStreamContent.Dispose Method

 

Namespace:   System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Overload List

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from HttpContent.)

System_CAPS_protmethod 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.Boolean

    true to release managed and unmanaged resources; false to release only unmanaged resources.

Return to top