LumiSoft Net Help
AddOrUpdateBindings Method (flow, callID, cseqNo, contacts)
NamespacesLumiSoft.Net.SIP.ProxySIP_RegistrationAddOrUpdateBindings(SIP_Flow, String, Int32, array<SIP_t_ContactParam>[]()[][])
Adds or updates matching bindings.
Declaration Syntax
C#Visual BasicVisual C++F#
public void AddOrUpdateBindings(
	SIP_Flow flow,
	string callID,
	int cseqNo,
	SIP_t_ContactParam[] contacts
)
Public Sub AddOrUpdateBindings ( 
	flow As SIP_Flow,
	callID As String,
	cseqNo As Integer,
	contacts As SIP_t_ContactParam()
)
public:
void AddOrUpdateBindings(
	SIP_Flow^ flow, 
	String^ callID, 
	int cseqNo, 
	array<SIP_t_ContactParam^>^ contacts
)
member AddOrUpdateBindings : 
        flow : SIP_Flow * 
        callID : string * 
        cseqNo : int * 
        contacts : SIP_t_ContactParam[] -> unit 
Parameters
flow (SIP_Flow)
SIP data flow what updates this binding. This value is null if binding was not added through network or flow has disposed.
callID (String)
Call-ID header field value.
cseqNo (Int32)
CSeq header field sequence number value.
contacts (array<SIP_t_ContactParam>[]()[][])
Contacts to add or update.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when callID or contacts is null reference.

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