Url WithPort Method C# API
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).

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public Url WithPort(
	int port
)

Parameters

port
Type: System Int32
The port to add.

Return Value

A new Url object which is the same as this Url but with the specified port.
See Also