OAuthRequestToken Method (String, StringDictionary)
Fetches Request Token from the specified URI passing extra parameters in that URI.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void RequestToken(
	string uri,
	StringDictionary parameters
)

Parameters

uri
Type: SystemString
An URI for sending HTTP request.
parameters
Type: System.Collections.SpecializedStringDictionary
A StringDictionary object with the parameters list.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionuri is a null reference (Nothing in Visual Basic) or an empty string.
MailBeeDataParsingExceptionAn URI has incorrect format.
MailBeeStreamExceptionA stream error occurred.
MailBeeWebExceptionHTTP connection error occurred.
Examples
See OAuth topic for the example.
See Also