Click or drag to resize
TransportType Enumeration
Transport type to use for a connection to a signaling server.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum TransportType
Members
  Member nameValueDescription
Automatic0 The appropriate transport type will be discovered via DNS.
Tls3 Encrypted TLS.
Tcp1 Unencrypted TCP.
Udp2 Unencrypted UDP.
See Also