LumiSoft Net Help
SetRegistration Method (aor, contacts, flow)
NamespacesLumiSoft.Net.SIP.ProxySIP_RegistrarSetRegistration(String, array<SIP_t_ContactParam>[]()[][], SIP_Flow)
Add or updates specified SIP registration info.
Declaration Syntax
C#Visual BasicVisual C++F#
public void SetRegistration(
	string aor,
	SIP_t_ContactParam[] contacts,
	SIP_Flow flow
)
Public Sub SetRegistration ( 
	aor As String,
	contacts As SIP_t_ContactParam(),
	flow As SIP_Flow
)
public:
void SetRegistration(
	String^ aor, 
	array<SIP_t_ContactParam^>^ contacts, 
	SIP_Flow^ flow
)
member SetRegistration : 
        aor : string * 
        contacts : SIP_t_ContactParam[] * 
        flow : SIP_Flow -> unit 
Parameters
aor (String)
Registration address of record.
contacts (array<SIP_t_ContactParam>[]()[][])
Registration address of record contacts to update.
flow (SIP_Flow)
SIP proxy local data flow what accpeted this contact registration.

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