NevronOpenVision
Nevron.Nov Namespace / NUri Class
Fields Properties Methods


NUri Class Members

The following tables list the members exposed by NUri.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
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 PropertyOverridden. Indicates whether this URI represents a local file system object (i.e. a file or a folder).  
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 path of this URI.  
Public PropertyGets the port number of this URI.  
Public PropertyGets the query string of this URI.  
Public PropertyGets the user related information (username, password, etc.) of this URI.  
Top
Protected Properties
 NameDescription
Internal Property  
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 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