OAuthParam Type
The parameter to be used in the request, or received in the response.
Remarks
This type describes a parameter that is used in a request or received in the response.
Fields
Constructors
[VB.NET] Public OAuthParam() [C#] public OAuthParam();
[VB.NET] Public OAuthParam(ByVal Name As String, ByVal Value As String) [C#] public OAuthParam(string name, string value);