uri class

Description

Represents a URI.

Notes

It is a class that is dynamically embedded when the Cooker runs.

This class is distributed as Rtype.Uri.dll.

The dll file is in the dlls directory in the Cooker's distribution archive.

DLL

Rtype.Uri.dll

fitter

SignatureDescription
uri()

Get a new instance of uri class.

uri(string)

Gets a new instance of uri class which is initialized with the specified URI.

getter

SignatureDescription
AbsolutePath

Gets the absolute path of the URI.

AbsoluteUri

Gets the absolute URI.

Authority

Gets the DNS host name or IP address and the port number for a server.

DnsSafeHost

Gets an unescaped host name that is safe to use for DNS resolution.

Fitted

Gets the value that indicates whether this instance was already initialized.

Fragment

Gets the escaped URI fragment.

Host

Gets the host portion of the URI.

HostNameType

Gets the host name type of the URI.

IsAbsoluteUri

Gets a value that indicates whether the URI is absolute path.

IsDefaultPort

Gets a value that indicates whether the port value of the URI is the default for this scheme.

IsFile

Gets a value that indicates whether the URI is a file URI.

IsLoopback

Gets a value that indicates whether the URI references the local host.

LocalPath

Gets a local operating-system representation of a file name.

OriginalString

Gets the original URI string that was passed to this instance.

PathAndQuery

Gets the AbsolutePath and Query properties separated by a question mark.

Port

Gets the port number of the URI.

Query

Gets the query information included in the URI.

Scheme

Gets the scheme name of the URI.

Segments

Gets a list of the path segments that make up the URI.

TypeName

Gets the type name.

UserInfo

Gets the user-specific information associated with the URI.

setter

This class does not have a setter.

method

SignatureDescription
IsBaseOf(uri)

Gets a value that indicates whether the URI is a base of the specified URI.

Downloads for latest version.

Downloads the uri class ver 1.0.0.0 for Any CPU.

Downloads the uri class ver 1.0.0.0 for x86.

Downloads the uri class ver 1.0.0.0 for x64.

Downloads the source of uri class ver 1.0.0.0.

The above .dll and source files are distributed as a self-extracting archive of 7z format.

Copyright © Cooker All rights reserved.