Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the supported transport modes.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Enumeration TransportMode
'Usage
Dim instance As TransportMode
public enum TransportMode
Members
| Member name | Description | |
|---|---|---|
| TcpTransport | Use TCP for signaling information and instant messaging (unsecure). | |
| TlsTransport | Use TLS for signaling information and instant messaging (secure). | |
| Invalid |