The members of Org.Apache.Http.HttpHost are listed below.
See Also: Inherited members from Java.Lang.Object
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. |
const | DefaultSchemeName | string. The default scheme is "http". |
Hostname | string. The host to use. | |
LcHostname | string. The lowercase host, for HttpHost.equals(java.lang.Object) and HttpHost.hashCode(). | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Clone()Creates and returns a copy of this Object. | ||
ToHostString()Obtains the host string, without scheme prefix. | ||
ToURI()Return the host URI, as a string. |