LumiSoft Net Help
SIP_t_SessionExpires Constructor (expires, refresher)
NamespacesLumiSoft.Net.SIP.MessageSIP_t_SessionExpiresSIP_t_SessionExpires(Int32, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SIP_t_SessionExpires(
	int expires,
	string refresher
)
Public Sub New ( 
	expires As Integer,
	refresher As String
)
public:
SIP_t_SessionExpires(
	int expires, 
	String^ refresher
)
new : 
        expires : int * 
        refresher : string -> SIP_t_SessionExpires
Parameters
expires (Int32)
Specifies after many seconds session expires.
refresher (String)
Specifies session refresher(uac/uas/null). Value null means not specified.
Exceptions
ExceptionCondition
ArgumentExceptionIs raised when any of the arguments has invalid value.

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