C# Class Segmentio.Request.WWWRequestHandler

Inheritance: IRequestHandler
显示文件 Open project: Monkimun/segmentio-unity Class Usage Examples

Public Methods

Method Description
IsReady ( ) : bool
MakeRequest ( Segmentio.Model.Batch batch ) : void
Poll ( ) : void

Private Methods

Method Description
Fail ( Segmentio.Model.Batch batch, System e ) : void
Succeed ( Segmentio.Model.Batch batch ) : void
WWWRequestHandler ( Client client ) : System

Method Details

IsReady() public method

public IsReady ( ) : bool
return bool

MakeRequest() public method

public MakeRequest ( Segmentio.Model.Batch batch ) : void
batch Segmentio.Model.Batch
return void

Poll() public method

public Poll ( ) : void
return void