C# Class Amazon.Runtime.Internal.Transform.HttpResponseMessageBody

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
HttpResponseMessageBody ( HttpResponseMessage response, HttpClient httpClient, bool disposeClient ) : System
OpenResponse ( ) : Stream
OpenResponseAsync ( ) : Task

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

HttpResponseMessageBody() public méthode

public HttpResponseMessageBody ( HttpResponseMessage response, HttpClient httpClient, bool disposeClient ) : System
response System.Net.Http.HttpResponseMessage
httpClient System.Net.Http.HttpClient
disposeClient bool
Résultat System

OpenResponse() public méthode

public OpenResponse ( ) : Stream
Résultat Stream

OpenResponseAsync() public méthode

public OpenResponseAsync ( ) : Task
Résultat Task