bool TryFind( Uri uri, ProtocolMethod method, out DiscoveredRout? rout )
Parameters
- uri
- The URI to match.
- method
- Method to look for, methods are Get, Post etc
- rout
- The discovered rout.
Return Value
true
if found, false
otherwise.bool TryFind( Uri uri, ProtocolMethod method, out DiscoveredRout? rout )
true
if found, false
otherwise.Exception | Description |
---|---|
System.ArgumentNullException | Will throw a argument null exception if uri is not provided |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2