C# Class Amazon.Runtime.Internal.UploadHandlerRawWrapper

Inheritance: IDisposable
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
UploadHandlerRawWrapper ( byte data ) : System

Creates an instance of UploadHandlerRawWrapper

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
UploadHandlerRawWrapper ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

UploadHandlerRawWrapper() public méthode

Creates an instance of UploadHandlerRawWrapper
public UploadHandlerRawWrapper ( byte data ) : System
data byte
Résultat System