Gets existing or creates new dialog.

C# | Visual Basic | Visual 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

- transaction (SIP_Transaction)
- Owner transaction what forces to create dialog.
- response (SIP_Response)
- Response what forces to create dialog.

SIP_Dialog
Returns dialog.
Returns dialog.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when transaction or response is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119