HttpVersion(Int32, Int32) Constructor

Definition

Create an HTTP protocol version designator.

[Android.Runtime.Register(".ctor", "(II)V", "")]
public HttpVersion (int major, int minor);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Org.Apache.Http.HttpVersion : int * int -> Org.Apache.Http.HttpVersion

Parameters

major
Int32
minor
Int32
Attributes

Exceptions

if either major or minor version number is negative

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to