SipTransportType Enumeration
Indicates the possible transport types.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration SipTransportType
'Usage
Dim instance As SipTransportType
public enum SipTransportType
Members
Member name | Description | |
---|---|---|
None | None. This indicates that there is no tranport currently in use. | |
Tcp | TCP transport type. | |
Tls | TLS transport type. |