Enum SIPProtocolsEnum
Enumeration that defines the transport protocols used for SIP
Namespace: SipLib.Core
Assembly: SipLib.dll
Syntax
public enum SIPProtocolsEnum
Fields
| Name | Description |
|---|---|
| tcp | Transport Control Protocol |
| tls | Transport Layer Security |
| udp | User Datagram Protocol |
| ws | Web Socket. |
| wss | Web Socket over TLS. |