Url Constructor C# API
Overload List

  NameDescription
Public methodUrl(String)
Initialises a new instance of the Url class, from the specified urlText.
Public methodUrl(IntPtr, Boolean)
For internal use only. Of no interest to the user.
Public methodUrl(Protocol, IpEndPoint)
Initialises a new instance of the Url class, with the specified protocol and ipEndPoint (host/port).
Public methodUrl(Protocol, String)
Initialises a new instance of the Url class, with the specified protocol and host.
Public methodUrl(Protocol, IpEndPoint, String)
Initialises a new instance of the Url class, with the specified protocol, ipEndPoint (host/port) and path.
Public methodUrl(Protocol, String, String)
Initialises a new instance of the Url class, with the specified protocol, host and path.
Public methodUrl(Url, String, Boolean)
For internal use only. Of no interest to the user.
Public methodUrl(Protocol, IpEndPoint, String, QueryData)
Initialises a new instance of the Url class, with the specified protocol, ipEndPoint (host/port), path and QueryData object.
Public methodUrl(Protocol, IpEndPoint, String, String)
Initialises a new instance of the Url class, with the specified protocol, ipEndPoint (host/port), path and queryText string.
Public methodUrl(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.
Back to Top
See Also