C# Class OAuth.OAuthResponse

A class to hold an OAuth response message.
显示文件 Open project: MediaPortal/MPTagThat Class Usage Examples

Public Methods

Method Description
OAuthResponse ( string alltext ) : System
this ( string ix ) : string

a Dictionary of response parameters.

Method Details

OAuthResponse() public method

public OAuthResponse ( string alltext ) : System
alltext string
return System

this() public method

a Dictionary of response parameters.
public this ( string ix ) : string
ix string
return string