Org.Apache.Http.ProtocolVersion Class
Represents a protocol version, as specified in RFC 2616.

See Also: ProtocolVersion Members

Syntax

[Android.Runtime.Register("org/apache/http/ProtocolVersion", DoNotGenerateAcw=true)]
public class ProtocolVersion : Java.Lang.Object, Java.IO.ISerializable, Java.Lang.ICloneable, IDisposable

Remarks

Represents a protocol version, as specified in RFC 2616. RFC 2616 specifies only HTTP versions, like "HTTP/1.1" and "HTTP/1.0". RFC 3261 specifies a message format that is identical to HTTP except for the protocol name. It defines a protocol version "SIP/2.0". There are some nitty-gritty differences between the interpretation of versions in HTTP and SIP. In those cases, HTTP takes precedence.

This class defines a protocol version as a combination of protocol name, major version number, and minor version number. Note that ProtocolVersion.Equals(Java.Lang.Object) and ProtocolVersion.GetHashCode are defined as final here, they cannot be overridden in derived classes.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1