Provides helpers methods for OAuth.
Inheritance Hierarchy
Nemiro.OAuth OAuthUtility
Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
The OAuthUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Delete |
Performs a request using a DELETE method.
|
![]() ![]() | DeleteAsync |
Performs an async request using a DELETE method.
|
![]() ![]() | ExecuteRequest |
Performs a request.
|
![]() ![]() | ExecuteRequestAsync |
Performs an async request.
|
![]() ![]() | Get |
Performs a request using a GET method.
|
![]() ![]() | GetAsync |
Performs an async request using a GET method.
|
![]() ![]() | GetDictionaryValueOrNull | |
![]() ![]() | GetMD5Hash |
Compute MD5 hash.
|
![]() ![]() | GetRandomKey |
Generate random key.
|
![]() ![]() | GetSignature(String, String, String, String, NameValueCollection, OAuthAuthorization) | Obsolete.
Gets signature for the current request.
|
![]() ![]() | GetSignature(String, Uri, String, String, NameValueCollection, OAuthAuthorization) | Obsolete.
Gets signature for the current request.
|
![]() ![]() | GetSignatureBaseString(String, String, NameValueCollection, OAuthAuthorization) | Obsolete.
Gets base string of the signature for current request (OAuth 1.0).
|
![]() ![]() | GetSignatureBaseString(String, Uri, NameValueCollection, OAuthAuthorization) | Obsolete.
Gets base string of the signature for current request (OAuth 1.0).
|
![]() ![]() | GetTimeStamp |
Generate timestamp for a signature (only for OAuth 1.0).
|
![]() ![]() | JavaScriptStringEncode |
Encodes a string into JavaScript string.
|
![]() ![]() | PercentEncode |
Percent encoding.
|
![]() ![]() | Post |
Performs a request using a POST method.
|
![]() ![]() | PostAsync |
Performs an async request using a POST method.
|
![]() ![]() | Put |
Performs a request using a PUT method.
|
![]() ![]() | PutAsync |
Performs an async request using a PUT method.
|
![]() ![]() | ToBase64String |
Converts the string value to its equivalent string representation that is encoded with base-64 digits.
|
![]() ![]() | UrlEncode(String) |
Percent encoding.
|
![]() ![]() | UrlEncode(String, UrlEncodingType) |
Encodes a URL string using the specified encoding object.
|
![]() ![]() | UrlEncode(String, UrlEncodingType, Encoding) |
Encodes a URL string using the specified encoding object.
|
See Also