SipTransportType Enum

Definition

Indicates the possible transport types.

public enum class SipTransportType
public enum SipTransportType
type SipTransportType = 
Public Enum SipTransportType
Inheritance
SipTransportType

Fields

None 0

None. This indicates that there is no transport currently in use.

Tcp 1

TCP transport type.

Tls 2

TLS transport type.

Applies to