construct a UriResolverWrapper
URI that resolves to a URI Resolver Extension implementation
Readonly
implementationURI that resolves to a URI Resolver Extension implementation
Attempt to resolve a URI by invoking a URI Resolver Extension wrapper, then parse the result to a wrap package, a wrapper, or a URI
the URI to resolve
a CoreClient instance that may be used to invoke a wrapper that implements the UriResolver interface
the current URI resolution context
A Promise with a Result containing either a wrap package, a wrapper, or a URI if successful
Generated using TypeDoc
An IUriResolver that delegates resolution to a wrapper that implements the URI Resolver Extension Interface