The Url type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AppendPath |
Initialises a new instance of the Url class using the attributes of this Url,
but with the specified path appended to the existing path.
| |
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
getCPtr |
For internal use only. Of no interest to the user.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a string representation of this Url.
(Overrides Object ToString .) | |
ToString(Boolean) |
Returns a string representation of this Url, specifying whether to
percent-encode the path.
| |
ToString(Boolean, Boolean) |
Returns a string representation of this Url, specifying whether to
percent-encode the path and include the port component of the URL if it
is a standard port.
| |
WithCredentials |
Initialises a new instance of the Url class using the attributes of this Url,
but with the specified user and password (replacing the existing credentials if present).
| |
WithPath |
Initialises a new instance of the Url class using the attributes of this Url,
but with the specified path (replacing the existing path if present).
| |
WithPort |
Initialises a new instance of the Url class using the attributes of this Url,
but with the specified port (replacing the existing port if present).
| |
WithQuery(String) |
Initialises a new instance of the Url class using the attributes of this Url,
but with the specified queryText string (replacing the existing query data if present).
| |
WithQuery(Form) |
Initialises a new instance of the Url class using the attributes of this Url,
but with query data from the specified Form object (replacing the existing query data if present).
| |
WithQuery(QueryData) |
Initialises a new instance of the Url class using the attributes of this Url,
but with the specified QueryData object (replacing the existing query data if present).
| |
WithQuery(Form, String) |
Initialises a new instance of the Url class using the attributes of this Url,
but with query data from the specified Form object
percent-encoded using the supplied list of unsafeCharacters
(replacing the existing query data if present).
| |
WithQuery(QueryData, String) |
Initialises a new instance of the Url class using the attributes of this Url,
but with the specified QueryData object
percent-encoded using the supplied list of unsafeCharacters
(replacing the existing query data if present).
| |
WithReference |
Initialises a new instance of the Url class using the attributes of this Url,
but with the specified reference (replacing the existing reference,
also known as the fragment ID, if present).
|
See Also