LumiSoft Mail Server User API
MulticastAddress Property
Namespaces > LumiSoft.Net.SIP.Header > SIP_t_ViaParm > MulticastAddress
Gets multicast address from where actual SIP request was made. Value null means that parameter maddr doesn't exist.
Syntax
C#Visual BasicManaged C++
public string MulticastAddress { get; set; }
Public Property MulticastAddress As String
public:
String^ MulticastAddress {
	String^ get ();
	void set (String^ value);
}

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