LumiSoft Net Help
Add Method (fieldName, value)
NamespacesLumiSoft.Net.SIP.MessageSIP_HeaderFieldCollectionAdd(String, String)
Adds a new header field with specified name and value to the end of the collection.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Add(
	string fieldName,
	string value
)
Public Sub Add ( 
	fieldName As String,
	value As String
)
public:
void Add(
	String^ fieldName, 
	String^ value
)
member Add : 
        fieldName : string * 
        value : string -> unit 
Parameters
fieldName (String)
Header field name.
value (String)
Header field value.

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