LumiSoft Net Help
Add Method (name, value)
NamespacesLumiSoft.Net.SIP.MessageSIP_ParameterCollectionAdd(String, String)
Adds new parameter to the collection.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Add(
	string name,
	string value
)
Public Sub Add ( 
	name As String,
	value As String
)
public:
void Add(
	String^ name, 
	String^ value
)
member Add : 
        name : string * 
        value : string -> unit 
Parameters
name (String)
Parameter name.
value (String)
Parameter value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when name is null.
ArgumentExceptionIs raised when 'name' is '' or parameter with specified name already exists in the collection.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119