Method | Description | |
---|---|---|
ApiProvider ( string consumerDomain ) : System |
Creates a 23 API service repository, that relies only on public access to the API
|
|
ApiProvider ( string consumerDomain, string consumerKey, string consumerSecret ) : System |
Creates a 23 API service repository, that requires further authentication approval. When using this constructor, you should consider rewriting the token manager (InMemoryTokenManager) to let your application handle access tokens
|
|
ApiProvider ( string consumerDomain, string consumerKey, string consumerSecret, string accessToken, string accessTokenSecret, bool httpSecure ) : System |
Creates a 23 API service repository, that doesn't require further authentication. Account must be "privileged"
|
|
DoRequest ( DotNetOpenAuth.Messaging.MessageReceivingEndpoint message ) : |
||
DoRequest ( DotNetOpenAuth.Messaging.MessageReceivingEndpoint message, List |
||
GetRequestUrl ( string method, List |
||
SetProxy ( string uri, string username = null, string password = null, string domain = null ) : void |
public ApiProvider ( string consumerDomain ) : System | ||
consumerDomain | string | /// Domain name /// |
return | System |
public ApiProvider ( string consumerDomain, string consumerKey, string consumerSecret ) : System | ||
consumerDomain | string | Domain name |
consumerKey | string | Consumer key |
consumerSecret | string | Consumer secret |
return | System |
public ApiProvider ( string consumerDomain, string consumerKey, string consumerSecret, string accessToken, string accessTokenSecret, bool httpSecure ) : System | ||
consumerDomain | string | Domain name |
consumerKey | string | Consumer key |
consumerSecret | string | Consumer secret |
accessToken | string | Access token |
accessTokenSecret | string | Access token secret |
httpSecure | bool | |
return | System |
public DoRequest ( DotNetOpenAuth.Messaging.MessageReceivingEndpoint message ) : |
||
message | DotNetOpenAuth.Messaging.MessageReceivingEndpoint | |
return |
public DoRequest ( DotNetOpenAuth.Messaging.MessageReceivingEndpoint message, List |
||
message | DotNetOpenAuth.Messaging.MessageReceivingEndpoint | |
parameters | List |
|
return |
public GetRequestUrl ( string method, List |
||
method | string | |
parameters | List |
|
return | string |
public SetProxy ( string uri, string username = null, string password = null, string domain = null ) : void | ||
uri | string | |
username | string | |
password | string | |
domain | string | |
return | void |