AbstractHttpServerConnection.Init 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.
Initializes this connection with its session buffers and HTTP parameters.
[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
Parameters
- inbuffer
- ISessionInputBuffer
The session input buffer for this connection.
- outbuffer
- ISessionOutputBuffer
The session output buffer for this connection.
- params
- IHttpParams
The HTTP parameters that configure the connection or buffer.
- 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.