OAuthUtility MethodsNemiro.OAuth

The OAuthUtility type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDelete
Performs a request using a DELETE method.
Public methodStatic memberDeleteAsync
Performs an async request using a DELETE method.
Public methodStatic memberExecuteRequest
Performs a request.
Public methodStatic memberExecuteRequestAsync
Performs an async request.
Public methodStatic memberGet
Performs a request using a GET method.
Public methodStatic memberGetAsync
Performs an async request using a GET method.
Public methodStatic memberGetDictionaryValueOrNull
Public methodStatic memberGetMD5Hash
Compute MD5 hash.
Public methodStatic memberGetRandomKey
Generate random key.
Public methodStatic memberGetSignature(String, String, String, String, NameValueCollection, OAuthAuthorization)Obsolete.
Gets signature for the current request.
Public methodStatic memberGetSignature(String, Uri, String, String, NameValueCollection, OAuthAuthorization)Obsolete.
Gets signature for the current request.
Public methodStatic memberGetSignatureBaseString(String, String, NameValueCollection, OAuthAuthorization)Obsolete.
Gets base string of the signature for current request (OAuth 1.0).
Public methodStatic memberGetSignatureBaseString(String, Uri, NameValueCollection, OAuthAuthorization)Obsolete.
Gets base string of the signature for current request (OAuth 1.0).
Public methodStatic memberGetTimeStamp
Generate timestamp for a signature (only for OAuth 1.0).
Public methodStatic memberJavaScriptStringEncode
Encodes a string into JavaScript string.
Public methodStatic memberPercentEncode
Percent encoding.
Public methodStatic memberPost
Performs a request using a POST method.
Public methodStatic memberPostAsync
Performs an async request using a POST method.
Public methodStatic memberPut
Performs a request using a PUT method.
Public methodStatic memberPutAsync
Performs an async request using a PUT method.
Public methodStatic memberToBase64String
Converts the string value to its equivalent string representation that is encoded with base-64 digits.
Public methodStatic memberUrlEncode(String)
Percent encoding.
Public methodStatic memberUrlEncode(String, UrlEncodingType)
Encodes a URL string using the specified encoding object.
Public methodStatic memberUrlEncode(String, UrlEncodingType, Encoding)
Encodes a URL string using the specified encoding object.
Top
See Also