Table of Contents

Method Parse

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

Parse(string)

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

public static HostPortPair Parse(string hostPort)

Parameters

hostPort string

The string representation of the host/port pair separated with the colon.

Returns

HostPortPair

the HostPortPair instance.