C# Class KidoZen.ExtensionsNet

Show file Open project: kidozen/kido-xamarin

Public Methods

Method Description
Send_OTHERS ( this request, Action onProgress = null ) : Task
Send_POST_GET_PUT ( this request, Action onProgress = null ) : Task

Private Methods

Method Description
AddHeader ( this req, string name, string value ) : void
AddHeaders ( this req, string>.Dictionary headers ) : void

Method Details

Send_OTHERS() static public method

static public Send_OTHERS ( this request, Action onProgress = null ) : Task
request this
onProgress Action
return Task

Send_POST_GET_PUT() static public method

static public Send_POST_GET_PUT ( this request, Action onProgress = null ) : Task
request this
onProgress Action
return Task