Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public SIP_ServerTransaction( SIP_Stack stack, SIP_Flow flow, SIP_Request request )
Public Sub New ( stack As SIP_Stack, flow As SIP_Flow, request As SIP_Request )
public: SIP_ServerTransaction( SIP_Stack^ stack, SIP_Flow^ flow, SIP_Request^ request )
new : stack : SIP_Stack * flow : SIP_Flow * request : SIP_Request -> SIP_ServerTransaction
Parameters
- stack (SIP_Stack)
- Owner SIP stack.
- flow (SIP_Flow)
- SIP data flow which received request.
- request (SIP_Request)
- SIP request that transaction will handle.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when stack,flow or request is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119