LumiSoft Net Help
SessionExpries Property
NamespacesLumiSoft.Net.SIP.StackSIP_StackSessionExpries
Gets or sets session expires value in seconds. NOTE: This value can't be smaller than MinimumSessionExpries.
Declaration Syntax
C#Visual BasicVisual C++F#
public int SessionExpries { get; set; }
Public Property SessionExpries As Integer
	Get
	Set
public:
property int SessionExpries {
	int get ();
	void set (int value);
}
member SessionExpries : int with get, set
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this class is Disposed and this property is accessed.
ArgumentExceptionIs raised when invalid value is passed.

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