LumiSoft Net Help
GetOrCreateDialog Method (transaction, response)
NamespacesLumiSoft.Net.SIP.StackSIP_TransactionLayerGetOrCreateDialog(SIP_Transaction, SIP_Response)
Gets existing or creates new dialog.
Declaration Syntax
C#Visual BasicVisual C++F#
public SIP_Dialog GetOrCreateDialog(
	SIP_Transaction transaction,
	SIP_Response response
)
Public Function GetOrCreateDialog ( 
	transaction As SIP_Transaction,
	response As SIP_Response
) As SIP_Dialog
public:
SIP_Dialog^ GetOrCreateDialog(
	SIP_Transaction^ transaction, 
	SIP_Response^ response
)
member GetOrCreateDialog : 
        transaction : SIP_Transaction * 
        response : SIP_Response -> SIP_Dialog 
Parameters
transaction (SIP_Transaction)
Owner transaction what forces to create dialog.
response (SIP_Response)
Response what forces to create dialog.
Return Value
SIP_Dialog
Returns dialog.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when transaction or response is null.

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