AbstractHttpClientConnection.CreateRequestWriter 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 a writer for HTTP request messages.
[Android.Runtime.Register("createRequestWriter", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/params/HttpParams;)Lorg/apache/http/io/HttpMessageWriter;", "GetCreateRequestWriter_Lorg_apache_http_io_SessionOutputBuffer_Lorg_apache_http_params_HttpParams_Handler")]
protected virtual Org.Apache.Http.IO.IHttpMessageWriter? CreateRequestWriter(Org.Apache.Http.IO.ISessionOutputBuffer? buffer, Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("createRequestWriter", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/params/HttpParams;)Lorg/apache/http/io/HttpMessageWriter;", "GetCreateRequestWriter_Lorg_apache_http_io_SessionOutputBuffer_Lorg_apache_http_params_HttpParams_Handler")>]
abstract member CreateRequestWriter : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.IO.IHttpMessageWriter
override this.CreateRequestWriter : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.IO.IHttpMessageWriter
Parameters
- buffer
- ISessionOutputBuffer
The session buffer used to read or write HTTP messages.
- params
- IHttpParams
The HTTP parameters that configure the connection or buffer.
Returns
A writer for HTTP request messages.
- 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.