Table of Contents

Class HostPortPair

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

A host/port pair of the URI.

public sealed class HostPortPair
Inheritance
HostPortPair
Inherited Members

Properties

Host

Gets the host of the URI.

Port

Gets the port of the URI.

Methods

HasPort()

Checks whether this host/port pair has a port.

Parse(string)

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

ToString()