HttpParameterCollection
Add Method (String, Object)
Nemiro.OAuth
Adds a parameter to the end of the collection.
Namespace:
Nemiro.OAuth
Assembly:
Nemiro.OAuth
(in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
void
Add
(
string
name
,
Object
value
)
public void Add( string name, Object value )
Public
Sub
Add
(
name
As
String
,
value
As
Object
)
Public Sub Add ( name As String, value As Object )
Parameters
name
Type:
System
String
The name of parameter.
value
Type:
System
Object
The parameter value.
See Also
HttpParameterCollection Class
Add Overload
Nemiro.OAuth Namespace