Click or drag to resize
AddrSpecParser.Parse 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: System.String
unescape (Optional)
Type: System.Boolean
unescapeUserName (Optional)
Type: System.Boolean

Return Value

Type: AddrSpec
See Also