Overload List
Name | Description | |
---|---|---|
Url(String) |
Initialises a new instance of the Url class, from the specified urlText.
| |
Url(IntPtr, Boolean) |
For internal use only. Of no interest to the user.
| |
Url(Protocol, IpEndPoint) |
Initialises a new instance of the Url class, with the specified protocol and ipEndPoint (host/port).
| |
Url(Protocol, String) |
Initialises a new instance of the Url class, with the specified protocol and host.
| |
Url(Protocol, IpEndPoint, String) |
Initialises a new instance of the Url class, with the specified protocol, ipEndPoint (host/port) and path.
| |
Url(Protocol, String, String) |
Initialises a new instance of the Url class, with the specified protocol, host and path.
| |
Url(Url, String, Boolean) |
For internal use only. Of no interest to the user.
| |
Url(Protocol, IpEndPoint, String, QueryData) |
Initialises a new instance of the Url class, with the specified protocol, ipEndPoint (host/port), path and QueryData object.
| |
Url(Protocol, IpEndPoint, String, String) |
Initialises a new instance of the Url class, with the specified protocol, ipEndPoint (host/port), path and queryText string.
| |
Url(Protocol, IpEndPoint, String, QueryData, String) |
Initialises a new instance of the Url class, with the specified protocol, ipEndPoint (host/port), path and QueryData object.
The queryData object will be percent-encoded using the supplied list of unsafeCharacters.
|
See Also