LumiSoft Mail Server User API
Routes Property
Namespaces > LumiSoft.Net.SIP > SIP_Dialog > Routes
Gets the list of servers that need to be traversed to send a request to the peer.
Syntax
C#Visual BasicManaged C++
public SIP_t_AddressParam[] Routes { get; }
Public ReadOnly Property Routes As SIP_t_AddressParam()
public:
array<SIP_t_AddressParam^>^ Routes {
	array<SIP_t_AddressParam^>^ get ();
}

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