AbstractSessionOutputBuffer.Init(Stream, Int32, IHttpParams) 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 the output buffer over an output stream.
[Android.Runtime.Register("init", "(Ljava/io/OutputStream;ILorg/apache/http/params/HttpParams;)V", "GetInit_Ljava_io_OutputStream_ILorg_apache_http_params_HttpParams_Handler")]
protected virtual void Init(System.IO.Stream? outstream, int buffersize, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("init", "(Ljava/io/OutputStream;ILorg/apache/http/params/HttpParams;)V", "GetInit_Ljava_io_OutputStream_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
- outstream
- Stream
The output stream to buffer.
- buffersize
- Int32
The size, in bytes, of the internal buffer.
- params
- IHttpParams
The HTTP parameters that configure the buffer or parser.
- Attributes
Remarks
Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.