Click or drag to resize

AddrSpecParserParse Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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