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


In This Topic
    NUriBase Class Members
    In This Topic

    The following tables list the members exposed by NUriBase.

    Public Fields
     NameDescription
    Public FieldLaunches a Skype call.  
    Public FieldThe resource is a data URI.  
    Public FieldThe resource is a file on the local computer.  
    Public FieldThe resource is accessed through FTP.  
    Public FieldThe resource is accessed through the Gopher protocol.  
    Public FieldThe resource is accessed through HTTP.  
    Public FieldThe resource is accessed through SSL-encrypted HTTP.  
    Public FieldThe resource is accessed through the LDAP protocol.  
    Public FieldThe resource is an e-mail address and accessed through the SMTP protocol.  
    Public FieldThe resource is accessed through a named pipe.  
    Public FieldThe resource is accessed from a TCP endpoint.  
    Public FieldThe resource is accessed through the NNTP protocol.  
    Public FieldThe resource is accessed through the NNTP protocol.  
    Public FieldLaunches a Skype call.  
    Public FieldThe resource is accessed through the TELNET protocol.  
    Public FieldThe resource is accessed through a unique UUID endpoint name for communicating with a service.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether this URI is absolute.  
    Public PropertyDetermines whether this is a data URI.  
    Public PropertyIndicates whether this URI represents a file.  
    Public PropertyDetermines whether this is an HTTP or HTTPS uri.  
    Public PropertyGets the string this URI was created from.  
    Public PropertyGets the scheme of this URI.  
    Top
    Public Methods
     NameDescription
    Public MethodMust override to create a copy of the current object.  
    Public MethodDetermines whether the specified object is equal to this URI.  
    Public MethodReturns 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.  
    Public MethodGets a canonical string representation of this URI.  
    Public Methodstatic (Shared in Visual Basic)Tries to create an URI from the given string.  
    Public MethodOverloaded. Tries to get a local path from this URI, using the application default path notation.  
    Top
    See Also