C# Class LatestChatty.Classes.POSTHandler

Mostrar archivo Open project: fleabix/LatestChatty-WP7 Class Usage Examples

Public Methods

Method Description
BeginPostCallback ( IAsyncResult result ) : void
POSTHandler ( string postURI, string content, POSTDelegate callback ) : System
ResponseCallback ( IAsyncResult result ) : void

Private Methods

Method Description
WorkerThread ( ) : void

Method Details

BeginPostCallback() public method

public BeginPostCallback ( IAsyncResult result ) : void
result IAsyncResult
return void

POSTHandler() public method

public POSTHandler ( string postURI, string content, POSTDelegate callback ) : System
postURI string
content string
callback POSTDelegate
return System

ResponseCallback() public method

public ResponseCallback ( IAsyncResult result ) : void
result IAsyncResult
return void