OAuthContext.GetAuthorizationHeader method (1 of 2)

Gets the OAuth authorization header.

public WebHeaderCollection GetAuthorizationHeader(string requestMethod, string url, 
    bool authorizedRequest, params string[] parameters)
parameter description
requestMethod The HTTP request method.
url The request URL.
authorizedRequest if set to true the request is authorized.
parameters Optional header parameters.

See Also


OAuthContext.GetAuthorizationHeader method (2 of 2)

Gets the OAuth authorization header.

public WebHeaderCollection GetAuthorizationHeader(string requestMethod, Uri uri, 
    bool authorizedRequest, params string[] parameters)
parameter description
requestMethod The HTTP request method.
uri The request URL.
authorizedRequest if set to true the request is authorized.
parameters Optional header parameters.

See Also