Mono Class Library: System NamespaceSystem.UriBuilder Class |
See Also: UriBuilder Members
|
All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.
The Uri and UriBuilder classes both represent a Uniform Resource Identifier (URI). Instances of the Uri type are immutable: once the underlying URI is specified, neither it nor its components, or constituent parts, can be changed. The UriBuilder type permits modifications to the components of the URI it represents. The UriBuilder.Uri property provides the current contents of a UriBuilder as a Uri instance.
Note: For more information on URI, see IETF RFC 2396.[Edit]
Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0