Click or drag to resize

AddrSpecParser Class

Parses the AddrSpec header
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPAddrSpecParser

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class AddrSpecParser

The AddrSpecParser type exposes the following members.

Constructors
 NameDescription
Public methodAddrSpecParserInitializes a new instance of the AddrSpecParser class
Top
Methods
 NameDescription
Public methodStatic memberParse 
Public methodStatic memberParseAbsoluteURI 
Top
Example
sip:alice@atlanta.example.com;lr;transport=udp?Call-ID=ABC123 sip:192.168.1.2?Call-ID=ABC123 atlanta.example.com atlanta.example.com?Call-ID=ABC123 sip:atlanta.example.com;lr;transport=udp
See Also