LumiSoft Mail Server User API
Delay Property
Namespaces > LumiSoft.Net.SIP.Header > SIP_t_Timestamp > Delay
Gets or sets delay time in seconds. Delay specifies the time between the UAS received the request and generated response.
Syntax
C#Visual BasicManaged C++
public decimal Delay { get; set; }
Public Property Delay As Decimal
public:
Decimal Delay {
	Decimal get ();
	void set (Decimal value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)