30 public abstract object GetEntity(
Uri absoluteUri,
string role,
Type ofObjectToReturn);
49 if (relativeUri ==
null || relativeUri.Length == 0)
57 return new Uri(baseUri, relativeUri);
67 if (absoluteUri ==
null)
71 if (type ==
null || type == typeof(
Stream))
UriKind
Defines the kinds of T:System.Uris for the M:System.Uri.IsWellFormedUriString(System....
virtual ICredentials Credentials
When overridden in a derived class, sets the credentials used to authenticate web requests.
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method th...
abstract object GetEntity(Uri absoluteUri, string role, Type ofObjectToReturn)
When overridden in a derived class, maps a URI to an object that contains the actual resource.
Resolves external XML resources named by a Uniform Resource Identifier (URI).
virtual bool SupportsType(Uri absoluteUri, Type type)
Enables the resolver to return types other than T:System.IO.Stream.
bool IsAbsoluteUri
Gets whether the T:System.Uri instance is absolute.
Provides the base authentication interface for retrieving credentials for Web client authentication.
string OriginalString
Gets the original URI string that was passed to the T:System.Uri constructor.
Represents type declarations: class types, interface types, array types, value types,...
virtual Uri ResolveUri(Uri baseUri, string relativeUri)
When overridden in a derived class, resolves the absolute URI from the base and relative URIs.
static string GetFullPath(string path)
Returns the absolute path for the specified path string.
virtual Task< object > GetEntityAsync(Uri absoluteUri, string role, Type ofObjectToReturn)
Asynchronously maps a URI to an object that contains the actual resource.
The exception that is thrown when an invoked method is not supported, or when there is an attempt to ...
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts...
The exception that is thrown when a requested method or operation is not implemented.
Performs operations on T:System.String instances that contain file or directory path information....
Represents an asynchronous operation that can return a value.
Provides a generic view of a sequence of bytes. This is an abstract class.To browse the ....