Enumerates the supported transport modes.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
enum 
TransportMode

Members

Member name Value Description
TcpTransport 0
Use TCP for signaling information and instant messaging (unsecure).
TlsTransport 1
Use TLS for signaling information and instant messaging (secure).
Invalid -1

See Also