TransportMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the supported transport modes.
public enum class TransportMode
public enum TransportMode
type TransportMode =
Public Enum TransportMode
- Inheritance
-
TransportMode
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
TcpTransport | 0 | Use TCP for signaling information and instant messaging (unsecure). |
TlsTransport | 1 | Use TLS for signaling information and instant messaging (secure). |