Parses the AddrSpec header
Inheritance Hierarchy
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public class AddrSpecParser
Public Class AddrSpecParser
public ref class AddrSpecParser
type AddrSpecParser = class end
The AddrSpecParser type exposes the following members.
Constructors
| Name | Description |
---|
| AddrSpecParser | Initializes a new instance of the AddrSpecParser class |
TopMethods Examples
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