SignalingServerTransportTypeToPortMap Property |
Array of NSStrings containing addresses of servers. Each address should be of the format transportType://serverName:port.
The serverName can be an IP Address or an FQDN
The Transport type can be one of strings "tcp" , "tls", "udp". It is case insensitive.
The port is an unsigned integer.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic Dictionary<TransportType, int> TransportTypeToPortMap { get; }
Property Value
Type:
DictionaryTransportType,
Int32
See Also