Converts a string representation of a host/port pair to the
HostPortPair instance.
Namespace:
DotNetBrowser.Net
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public static HostPortPair Parse(
string hostPort
)
Parameters
- hostPort
- Type: SystemString
The string representation of the host/port pair separated with the colon.
Return Value
Type:
HostPortPairthe
HostPortPair instance.
See Also