Click or drag to resize

ISignedOAuth Methods

The ISignedOAuth type exposes the following members.

Methods
 NameDescription
Public methodExecuteWebRequest Executes a web request using HTTP protocol, and method specified by HttpMethod(HttpMethod).
Public methodGetNormalizedParameters Gets normalized parameter (sorted by name) of this request.
Public methodGetNormalizedUrl Gets normalized url (parameters are sorted by name) of this request.
Public methodGetParameters Gets parameter collection of this request. This collection includes all OAuth parameters and signature.
Public methodGetSignature Gets signature of this request.
Public methodGetUrl Gets entire url including parameters, OAuth parameters and signature.
Public methodGetUrlBase Gets base url of this request.
Public methodGetXOAuthKey Gets XOAuth key that can be used by LoginOAUTH(String) or LoginOAUTH(String) login methods.
Top
See Also