C# Class Blacklighting.Tools.OAuthLogin

Show file Open project: BLUESTC/Blweibo-WP Class Usage Examples

Public Methods

Method Description
GetRequestStreamCallback ( IAsyncResult asyncResult ) : void
GetResponseCallback ( IAsyncResult asynchronousResult ) : void
getRequestToken ( ) : void

Private Methods

Method Description
parseResponse ( string parameters ) : string>.Dictionary

Method Details

GetRequestStreamCallback() public method

public GetRequestStreamCallback ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

GetResponseCallback() public method

public GetResponseCallback ( IAsyncResult asynchronousResult ) : void
asynchronousResult IAsyncResult
return void

getRequestToken() public method

public getRequestToken ( ) : void
return void