Nevron Open Vision Documentation
Nevron.Nov Namespace / NUri Class
Fields Properties Methods


In This Topic
    NUri Class Members
    In This Topic

    The following tables list the members exposed by NUri.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field (Inherited from Nevron.Nov.NUriBase)
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field (Inherited from Nevron.Nov.NUriBase)
    Top
    Public Properties
     NameDescription
    Public PropertyGets the fragment part of this URi.  
    Public PropertyGets the host name of this URI.  
    Public PropertyOverridden. Indicates whether this URI is absolute.  
    Public PropertyDetermines whether this is a data URI. (Inherited from Nevron.Nov.NUriBase)
    Public PropertyOverridden. Indicates whether this URI represents a local file system object (i.e. a file or a folder).  
    Public PropertyDetermines whether this is an HTTP or HTTPS uri. (Inherited from Nevron.Nov.NUriBase)
    Public PropertyGets the local path notation of this URI. Valid only if this URI represents an absolute file path.  
    Public PropertyGets the normalized URI string corresponding to this URI.  
    Public PropertyGets the string this URI was created from. (Inherited from Nevron.Nov.NUriBase)
    Public PropertyGets the path of this URI.  
    Public PropertyGets the port number of this URI.  
    Public PropertyGets the query string of this URI.  
    Public PropertyGets the scheme of this URI. (Inherited from Nevron.Nov.NUriBase)
    Public PropertyGets the user related information (username, password, etc.) of this URI.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates an identical copy of this object.  
    Public MethodOverridden. Determines whether the specified object is equal to this URI.  
    Public MethodOverridden. Returns the hash code for this URI.  
    Public MethodOverloaded. Gets a local path for this URI default path notation. Throws an exception, if such path cannot be proved. (Inherited from Nevron.Nov.NUriBase)
    Public MethodDetermines the difference between two NUri instances and returns the resulting relative URI.  
    Public MethodRequest the resource pointed by this URI. The response is received in a callback method.  
    Public MethodOverridden. Gets a canonical string representation of this URI.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Tries to create an URI combining the specified base URI instance and relative URI string.  
    Public MethodOverloaded. Overridden. Tries to get a local path with the URI default path notation  
    Public Methodstatic (Shared in Visual Basic)Tries to get an absolute URI (an URL or a data URI) from the given string. If the string represents a relative URI, it is combined with the given base URI in order to resolve it, i.e. to create an absolute URI.  
    Top
    Protected Methods
     NameDescription
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    Public Operators
    Checks whether the given URIs are equal.
    Checks whether the given URIs are not equal.
    Top
    See Also