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: 550.0.60.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