Click or drag to resize

HostPortPairHasPort Method

Checks whether this host/port pair has a port.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public bool HasPort()

Return Value

Type: Boolean
true if the port of this host/port pair is greater than null.
See Also