| 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.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic Dictionary<TransportType, int> TransportTypeToPortMap { get; }Property Value
Type:
DictionaryTransportType,
Int32
See Also