C# 클래스 AsyncParse.Net.Model.AsyncClient

상속: IDisposable, IAsyncClient
파일 보기 프로젝트 열기: malixsys/AsyncParse.Net

공개 메소드들

메소드 설명
Delete ( CancellationToken token ) : Task
Dispose ( ) : void
Get ( CancellationToken token ) : Task
Ping ( CancellationToken token ) : Task
Post ( CancellationToken token ) : Task
Put ( object modifieds, CancellationToken token ) : Task
SendFile ( System.Web.HttpPostedFileBase file, CancellationToken token ) : Task

비공개 메소드들

메소드 설명
AsyncClient ( ICredentials credentials ) : System
AsyncClient ( ParseSerializer serializer, string className, object criteria, ICredentials credentials ) : System
AsyncClient ( SecurityKeys securityKeys ) : System
Dispose ( bool disposing ) : void
GetUrlEncodedCriteria ( object data ) : string

메소드 상세

Delete() 공개 메소드

public Delete ( CancellationToken token ) : Task
token System.Threading.CancellationToken
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Get() 공개 메소드

public Get ( CancellationToken token ) : Task
token System.Threading.CancellationToken
리턴 Task

Ping() 공개 메소드

public Ping ( CancellationToken token ) : Task
token System.Threading.CancellationToken
리턴 Task

Post() 공개 메소드

public Post ( CancellationToken token ) : Task
token System.Threading.CancellationToken
리턴 Task

Put() 공개 메소드

public Put ( object modifieds, CancellationToken token ) : Task
modifieds object
token System.Threading.CancellationToken
리턴 Task

SendFile() 공개 메소드

public SendFile ( System.Web.HttpPostedFileBase file, CancellationToken token ) : Task
file System.Web.HttpPostedFileBase
token System.Threading.CancellationToken
리턴 Task