LumiSoft Mail Server User API
MaxForwards Property
Namespaces > LumiSoft.Net.SIP > SIP_Message > MaxForwards
Gets or sets limit the number of proxies or gateways that can forward the request to the next downstream server. Value -1 means that value not specified.
Syntax
C#Visual BasicManaged C++
public int MaxForwards { get; set; }
Public Property MaxForwards As Integer
public:
int MaxForwards {
	int get ();
	void set (int value);
}

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