Converts a string representation of a host/port pair to the 
HostPortPair instance.
            
 
    Namespace: 
   DotNetBrowser.Net
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.1
Syntaxpublic 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