AnyUri PropertiesAnyUri PropertiesAnyUri Properties

The AnyUriAnyUriAnyUri type exposes the following members.

Properties

 PropertyDescription
Public propertyAuthorityAuthorityAuthority Gets the user info, Domain Name System (DNS) host name or IP address, and the port number for a server.
Public propertyFragmentFragmentFragment Gets the fragment specified in this URI.
Public propertyHostHostHost Gets the host component of this URI.
Public propertyHostNameTypeHostNameTypeHostNameType Gets the type of the host name specified in the URI.
Public propertyIsAbsoluteIsAbsoluteIsAbsolute Gets a value indicating whether this instance is an absolute URI.
Public propertyIsOpaqueIsOpaqueIsOpaque Gets a value indicating whether this instance is an opaque.
Public propertyPathPathPath Gets the path specified in the URI.
Public propertyPathAndQueryPathAndQueryPathAndQuery Gets the path and query information included in this URI.
Public propertyPortPortPort Gets the port number from this URI.
Public propertyQueryQueryQuery Gets the query information included in this URI.
Public propertySchemeSchemeScheme Gets the scheme specified in this URI.
Public propertyUriKindUriKindUriKind Gets a value indicating whether this URI is relative or absolute.
Public propertyUriTypeUriTypeUriType Gets a value indicating whether the specifications to which this URI conforms.
Public propertyUserInfoUserInfoUserInfo Gets the user name, password, or other user-specific information from this URI.
Public propertyUserInfoItemsUserInfoItemsUserInfoItems Gets the user name, password, or other user-specific information from this URI.

Top