HttpVersion(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.