Enum SIPProtocolsEnum
A list of the transport layer protocols that are supported (the network layers supported are IPv4 and IPv6).
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public enum SIPProtocolsEnum
Fields
| Name | Description |
|---|---|
| tcp | . Transmission Control Protocol |
| tls | Transport Layer Security. |
| udp | User Datagram Protocol. |
| ws | Web Socket. |
| wss | Web Socket over TLS. |