Validates that part of Uri after sheme is valid for unknown Uri scheme

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 ValidateUriPart(
	string uriString,
	int startIndex
)

Parameters

uriString
Type: System..::..String
Uri string
startIndex
Type: System..::..Int32
Index in the string where Uri part ( after scheme ) starts

See Also