HttpProtocolParams.SetVersion(IHttpParams, ProtocolVersion) Method

Definition

Assigns the ProtocolVersion to be used by the HTTP methods that this collection of parameters applies to.

[Android.Runtime.Register("setVersion", "(Lorg/apache/http/params/HttpParams;Lorg/apache/http/ProtocolVersion;)V", "")]
public static void SetVersion (Org.Apache.Http.Params.IHttpParams? params, Org.Apache.Http.ProtocolVersion? version);
[<Android.Runtime.Register("setVersion", "(Lorg/apache/http/params/HttpParams;Lorg/apache/http/ProtocolVersion;)V", "")>]
static member SetVersion : Org.Apache.Http.Params.IHttpParams * Org.Apache.Http.ProtocolVersion -> unit

Parameters

params
IHttpParams
Attributes

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