Click or drag to resize

HostPortPairParse Method

Converts a string representation of a host/port pair to the HostPortPair instance.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
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: HostPortPair
the HostPortPair instance.
See Also