共用方式為


AbstractHttpClientConnection.Init 方法

定義

[Android.Runtime.Register("init", "(Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/params/HttpParams;)V", "GetInit_Lorg_apache_http_io_SessionInputBuffer_Lorg_apache_http_io_SessionOutputBuffer_Lorg_apache_http_params_HttpParams_Handler")]
protected virtual void Init (Org.Apache.Http.IO.ISessionInputBuffer? inbuffer, Org.Apache.Http.IO.ISessionOutputBuffer? outbuffer, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("init", "(Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/params/HttpParams;)V", "GetInit_Lorg_apache_http_io_SessionInputBuffer_Lorg_apache_http_io_SessionOutputBuffer_Lorg_apache_http_params_HttpParams_Handler")>]
abstract member Init : Org.Apache.Http.IO.ISessionInputBuffer * Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.Params.IHttpParams -> unit
override this.Init : Org.Apache.Http.IO.ISessionInputBuffer * Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.Params.IHttpParams -> unit

參數

params
IHttpParams
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於