EntitySerializer.DoSerialize(ISessionOutputBuffer, IHttpMessage) 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 stream used to serialize an HTTP entity.
[Android.Runtime.Register("doSerialize", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/HttpMessage;)Ljava/io/OutputStream;", "GetDoSerialize_Lorg_apache_http_io_SessionOutputBuffer_Lorg_apache_http_HttpMessage_Handler")]
protected virtual System.IO.Stream? DoSerialize(Org.Apache.Http.IO.ISessionOutputBuffer? outbuffer, Org.Apache.Http.IHttpMessage? message);
[<Android.Runtime.Register("doSerialize", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/HttpMessage;)Ljava/io/OutputStream;", "GetDoSerialize_Lorg_apache_http_io_SessionOutputBuffer_Lorg_apache_http_HttpMessage_Handler")>]
abstract member DoSerialize : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.IHttpMessage -> System.IO.Stream
override this.DoSerialize : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.IHttpMessage -> System.IO.Stream
Parameters
- outbuffer
- ISessionOutputBuffer
The buffer to which entity data is written.
- message
- IHttpMessage
The HTTP message that contains the entity headers.
Returns
The output stream to which the entity data is written.
- 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.