C# Class AsyncParse.Net.Model.AsyncClient

Inheritance: IDisposable, IAsyncClient
Mostrar archivo Open project: malixsys/AsyncParse.Net

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Delete() public method

public Delete ( CancellationToken token ) : Task
token System.Threading.CancellationToken
return Task

Dispose() public method

public Dispose ( ) : void
return void

Get() public method

public Get ( CancellationToken token ) : Task
token System.Threading.CancellationToken
return Task

Ping() public method

public Ping ( CancellationToken token ) : Task
token System.Threading.CancellationToken
return Task

Post() public method

public Post ( CancellationToken token ) : Task
token System.Threading.CancellationToken
return Task

Put() public method

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

SendFile() public method

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