Org.Apache.Http.Conn.Schemes.Scheme Members

The members of Org.Apache.Http.Conn.Schemes.Scheme are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Properties

[read-only]
DefaultPortint. Obtains the default port.
[read-only]
IsLayeredbool. Indicates whether this scheme allows for layered connections.
[read-only]
Namestring. Obtains the scheme name.
[read-only]
SocketFactoryOrg.Apache.Http.Conn.Schemes.ISocketFactory. Obtains the socket factory.

Protected Properties

[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

override
Equals(Java.Lang.Object) : bool
Compares this scheme to an object.
ResolvePort(int) : int
Resolves the correct port for this scheme.
override
ToString() : string
Return a string representation of this object.