C# Class Amazon.Runtime.Internal.UploadHandlerRawWrapper

Inheritance: IDisposable
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
UploadHandlerRawWrapper ( byte data ) : System

Creates an instance of UploadHandlerRawWrapper

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
UploadHandlerRawWrapper ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

UploadHandlerRawWrapper() public method

Creates an instance of UploadHandlerRawWrapper
public UploadHandlerRawWrapper ( byte data ) : System
data byte
return System