Org.Apache.Http.ProtocolVersion Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a protocol version designator.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Majorint. Returns the major version number of the protocol.
[read-only]
Minorint. Returns the minor version number of the HTTP protocol.
[read-only]
Protocolstring. Returns the name of the protocol.

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

Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
CompareToVersion(ProtocolVersion) : int
Compares this protocol version with another one.
override
Equals(Java.Lang.Object) : bool
Checks equality of this protocol version with an object.
ForVersion(int, int) : ProtocolVersion
Obtains a specific version of this protocol.
override
GetHashCode() : int
Obtains a hash code consistent with ProtocolVersion.Equals(Java.Lang.Object).
GreaterEquals(ProtocolVersion) : bool
Tests if this protocol version is greater or equal to the given one.
IsComparable(ProtocolVersion) : bool
Checks whether this protocol can be compared to another one.
LessEquals(ProtocolVersion) : bool
Tests if this protocol version is less or equal to the given one.