Click or drag to resize
Uri Class
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.
Inheritance Hierarchy
SystemObject
  Eclo.NETMF.SIM800HUri

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public class Uri

The Uri type exposes the following members.

Constructors
  NameDescription
Public methodUri
Initializes a new instance of the Uri class
Top
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
Implementation follows .NETMF System.Uri
See Also