Click or drag to resize
AddrSpecParserParse Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static AddrSpec Parse(
	string uri,
	bool unescape = false,
	bool unescapeUserName = true
)

Parameters

uri
Type: SystemString
unescape (Optional)
Type: SystemBoolean
unescapeUserName (Optional)
Type: SystemBoolean

Return Value

Type: AddrSpec
See Also