C# Class DvachBrowser.Assets.HttpTasks.HttpPostTask

Inheritance: HttpBaseTask
ファイルを表示 Open project: vortexwolf/2ch-Browser-WP7 Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
HttpPostTask ( string url, object>.Dictionary parameters, Action onCompleted ) : System

Private Methods

Method Description
GetRequestStreamCallback ( Task task, HttpWebRequest request ) : System.Threading.Tasks.Task
GetResponseCallback ( Task task ) : System.Threading.Tasks.Task
WriteEntry ( StreamWriter writer, string key, object value ) : void
WriteMultipartObject ( Stream stream, object>.Dictionary data ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

HttpPostTask() public method

public HttpPostTask ( string url, object>.Dictionary parameters, Action onCompleted ) : System
url string
parameters object>.Dictionary
onCompleted Action
return System