Creates new SIP server transaction for specified request.

C# | Visual Basic | Visual C++ | F# |
public SIP_ServerTransaction CreateServerTransaction( SIP_Flow flow, SIP_Request request )
Public Function CreateServerTransaction ( flow As SIP_Flow, request As SIP_Request ) As SIP_ServerTransaction
public: SIP_ServerTransaction^ CreateServerTransaction( SIP_Flow^ flow, SIP_Request^ request )
member CreateServerTransaction : flow : SIP_Flow * request : SIP_Request -> SIP_ServerTransaction

- flow (SIP_Flow)
- SIP data flow which is used to receive request.
- request (SIP_Request)
- SIP request.

SIP_ServerTransaction
Returns added server transaction.
Returns added server transaction.

Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this class is Disposed and this method is accessed. |
ArgumentNullException | Is raised when flow or request is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119