C# Class ImageLib.Http.AsyncHttpResponse

Inheritance: IDisposable
Afficher le fichier Open project: chenrensong/ImageLib.UWP

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetBuffer ( ) : Windows.Storage.Streams.IBuffer
GetBytes ( ) : byte[]
GetRandomStream ( ) : Task
GetString ( ) : string

Méthodes protégées

Méthode Description
Init ( HttpResponseMessage rsp ) : void

Private Methods

Méthode Description
AsyncHttpResponse ( Exception exp, string encoding ) : System
AsyncHttpResponse ( HttpResponseMessage rsp, string encoding ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : Windows.Storage.Streams.IBuffer
Résultat Windows.Storage.Streams.IBuffer

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

GetRandomStream() public méthode

public GetRandomStream ( ) : Task
Résultat Task

GetString() public méthode

public GetString ( ) : string
Résultat string

Init() protected méthode

protected Init ( HttpResponseMessage rsp ) : void
rsp System.Net.Http.HttpResponseMessage
Résultat void