Click or drag to resize
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: 592.1.30.0
Syntax
C#
public Dictionary<TransportType, int> TransportTypeToPortMap { get; }

Property Value

Type: DictionaryTransportType, Int32
See Also