AbstractSessionInputBuffer.Init(Stream, Int32, IHttpParams) Method

Definition

[Android.Runtime.Register("init", "(Ljava/io/InputStream;ILorg/apache/http/params/HttpParams;)V", "GetInit_Ljava_io_InputStream_ILorg_apache_http_params_HttpParams_Handler")]
protected virtual void Init (System.IO.Stream? instream, int buffersize, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("init", "(Ljava/io/InputStream;ILorg/apache/http/params/HttpParams;)V", "GetInit_Ljava_io_InputStream_ILorg_apache_http_params_HttpParams_Handler")>]
abstract member Init : System.IO.Stream * int * Org.Apache.Http.Params.IHttpParams -> unit
override this.Init : System.IO.Stream * int * Org.Apache.Http.Params.IHttpParams -> unit

Parameters

instream
Stream
buffersize
Int32
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