LumiSoft Mail Server User API
RetryAfter Property
Namespaces > LumiSoft.Net.SIP > SIP_Message > RetryAfter
Gets or sets how many seconds the service is expected to be unavailable to the requesting client. Value -1 means that value not specified.
Syntax
C#Visual BasicManaged C++
public int RetryAfter { get; set; }
Public Property RetryAfter As Integer
public:
int RetryAfter {
	int get ();
	void set (int value);
}

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