LumiSoft Net Help
SIP_ResponseSentEventArgs Constructor (transaction, response)
NamespacesLumiSoft.Net.SIP.StackSIP_ResponseSentEventArgsSIP_ResponseSentEventArgs(SIP_ServerTransaction, SIP_Response)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SIP_ResponseSentEventArgs(
	SIP_ServerTransaction transaction,
	SIP_Response response
)
Public Sub New ( 
	transaction As SIP_ServerTransaction,
	response As SIP_Response
)
public:
SIP_ResponseSentEventArgs(
	SIP_ServerTransaction^ transaction, 
	SIP_Response^ response
)
new : 
        transaction : SIP_ServerTransaction * 
        response : SIP_Response -> SIP_ResponseSentEventArgs
Parameters
transaction (SIP_ServerTransaction)
Server transaction.
response (SIP_Response)
SIP response.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when any of the arguments is null.

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