Click or drag to resize

ParameterListAdd Method (String, String)

Adds new query parameter with specified name and value to this collection.

Namespace:  Limilabs.Client.Authentication
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void Add(
	string name,
	string value
)

Parameters

name
Type: SystemString
Parameter name.
value
Type: SystemString
Parameter value.
See Also