SipTransportType 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.
Indicates the possible transport types.
public enum class SipTransportType
public enum SipTransportType
type SipTransportType =
Public Enum SipTransportType
- Inheritance
-
SipTransportType
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. This indicates that there is no transport currently in use. |
Tcp | 1 | TCP transport type. |
Tls | 2 | TLS transport type. |