Internal method parses a URI string into Uri variables

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
protected void ParseUriString(
	ref string uriString
)

Parameters

uriString
Type: System..::..String%
A Uri.

Exceptions

ExceptionCondition
System..::..ArgumentNullException The uriString is null.
System..::..Exception See constructor description.

See Also