IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

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

Name
String

This field contains the name of the parameter to be used in the request or returned in the response.

Value
String

This field contains the value of the parameter to be used in the request or returned in the response. When issuing a request the component will URL encode the value specified here. Returned values will be automatically URL decoded.

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);



 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]