LumiSoft Mail Server User API
ProtocolTransport Property
Namespaces > LumiSoft.Net.SIP.Header > SIP_t_ViaParm > ProtocolTransport
Gets sent protocol transport. Currently known values are: UDP,TCP,TLS,SCTP.
Syntax
C#Visual BasicManaged C++
public string ProtocolTransport { get; set; }
Public Property ProtocolTransport As String
public:
String^ ProtocolTransport {
	String^ get ();
	void set (String^ value);
}

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