HttpProtocolParams.SetVersion(IHttpParams, ProtocolVersion) Method
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.
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
- version
- ProtocolVersion
the ProtocolVersion
- 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.