LumiSoft Net Help
SIP_ServerTransaction Constructor (stack, flow, request)
NamespacesLumiSoft.Net.SIP.StackSIP_ServerTransactionSIP_ServerTransaction(SIP_Stack, SIP_Flow, SIP_Request)
Default constructor.
Declaration Syntax
C#Visual BasicVisual 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
ExceptionCondition
ArgumentNullExceptionIs raised when stack,flow or request is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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