Org.Apache.Http.HttpHost Members

The members of Org.Apache.Http.HttpHost are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Copy constructor for Org.Apache.Http.HttpHost.
Creates a new Org.Apache.Http.HttpHost, with default scheme and port.
Creates a new Org.Apache.Http.HttpHost, with default scheme.
Creates a new Org.Apache.Http.HttpHost, specifying all values.

Public Fields

const
DefaultSchemeNamestring. The default scheme is "http".

Public Properties

[read-only]
HostNamestring. Returns the host name.
[read-only]
Portint. Returns the port.
[read-only]
SchemeNamestring. Returns the scheme name.

Protected Properties

Hostnamestring. The host to use.
LcHostnamestring. The lowercase host, for HttpHost.equals(java.lang.Object) and HttpHost.hashCode().
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
ToHostString() : string
Obtains the host string, without scheme prefix.
ToURI() : string
Return the host URI, as a string.