LumiSoft Net Help
Init Method (stack, transaction, response)
NamespacesLumiSoft.Net.SIP.StackSIP_DialogInit(SIP_Stack, SIP_Transaction, SIP_Response)
Initializes dialog.
Declaration Syntax
C#Visual BasicVisual C++F#
protected internal virtual void Init(
	SIP_Stack stack,
	SIP_Transaction transaction,
	SIP_Response response
)
Protected Friend Overridable Sub Init ( 
	stack As SIP_Stack,
	transaction As SIP_Transaction,
	response As SIP_Response
)
protected public:
virtual void Init(
	SIP_Stack^ stack, 
	SIP_Transaction^ transaction, 
	SIP_Response^ response
)
abstract Init : 
        stack : SIP_Stack * 
        transaction : SIP_Transaction * 
        response : SIP_Response -> unit 
override Init : 
        stack : SIP_Stack * 
        transaction : SIP_Transaction * 
        response : SIP_Response -> unit 
Parameters
stack (SIP_Stack)
Owner stack.
transaction (SIP_Transaction)
Owner transaction.
response (SIP_Response)
SIP response what caused dialog creation.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stack,transaction or response.

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