SocketHttpClientConnection.CreateSessionOutputBuffer 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.
Creates the output buffer used by this socket connection.
[Android.Runtime.Register("createSessionOutputBuffer", "(Ljava/net/Socket;ILorg/apache/http/params/HttpParams;)Lorg/apache/http/io/SessionOutputBuffer;", "GetCreateSessionOutputBuffer_Ljava_net_Socket_ILorg_apache_http_params_HttpParams_Handler")]
protected virtual Org.Apache.Http.IO.ISessionOutputBuffer? CreateSessionOutputBuffer(Java.Net.Socket? socket, int buffersize, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("createSessionOutputBuffer", "(Ljava/net/Socket;ILorg/apache/http/params/HttpParams;)Lorg/apache/http/io/SessionOutputBuffer;", "GetCreateSessionOutputBuffer_Ljava_net_Socket_ILorg_apache_http_params_HttpParams_Handler")>]
abstract member CreateSessionOutputBuffer : Java.Net.Socket * int * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.IO.ISessionOutputBuffer
override this.CreateSessionOutputBuffer : Java.Net.Socket * int * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.IO.ISessionOutputBuffer
Parameters
- socket
- Socket
The socket to bind or use for buffer creation.
- buffersize
- Int32
The size of the session buffer.
- params
- IHttpParams
The HTTP parameters that configure the connection or buffer.
Returns
The output buffer for the socket connection.
- 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.