Enum SIPSchemesEnum
Enumeration of the different URI schemes that the SIPURI and other classes must handle.
Namespace: SipLib.Core
Assembly: SipLib.dll
Syntax
public enum SIPSchemesEnum
Fields
Name | Description |
---|---|
cid | Content ID URI |
http | HTTP URI |
https | HTTP over TLS URI |
im | Instant message, for possible use with CPIM. See RFC 3862 |
msrp | Message Session Relay Protocol (MSRP). See RFC 4975. |
msrps | MSRP over TLS. |
sip | Basic SIP URI |
sips | SIP over TLS |
tel | Tel URI |
urn | URN type URI. For example: urn:service:sos for NG9-1-1 calls |
ws | Web Sockets transport |
wss | Web Sockets transport over TLS |