LumiSoft Mail Server User API
AllowForking Property
Namespaces > LumiSoft.Net.SIP > SIP_ServerProxyCore > AllowForking
Gets or sets if forking is allowed. This property applies for statefull proxy only. Forking means if there are multiple destination addresses, proxy will process them in parallel.
Syntax
C#Visual BasicManaged C++
public bool AllowForking { get; set; }
Public Property AllowForking As Boolean
public:
bool AllowForking {
	bool get ();
	void set (bool value);
}

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