C# 클래스 ImageLib.Http.AsyncHttpResponse

상속: IDisposable
파일 보기 프로젝트 열기: chenrensong/ImageLib.UWP

공개 메소드들

메소드 설명
Dispose ( ) : void
GetBuffer ( ) : Windows.Storage.Streams.IBuffer
GetBytes ( ) : byte[]
GetRandomStream ( ) : Task
GetString ( ) : string

보호된 메소드들

메소드 설명
Init ( HttpResponseMessage rsp ) : void

비공개 메소드들

메소드 설명
AsyncHttpResponse ( Exception exp, string encoding ) : System
AsyncHttpResponse ( HttpResponseMessage rsp, string encoding ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetBuffer() 공개 메소드

public GetBuffer ( ) : Windows.Storage.Streams.IBuffer
리턴 Windows.Storage.Streams.IBuffer

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

GetRandomStream() 공개 메소드

public GetRandomStream ( ) : Task
리턴 Task

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

Init() 보호된 메소드

protected Init ( HttpResponseMessage rsp ) : void
rsp System.Net.Http.HttpResponseMessage
리턴 void