Internal method parses a URI string into Uri variables
Namespace: GHIElectronics.NETMF.NetAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The uriString is null. |
| System..::..Exception | See constructor description. |