EntityDeserializer.DoDeserialize(ISessionInputBuffer, 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 a basic HTTP entity from an HTTP message and its input buffer.
[Android.Runtime.Register("doDeserialize", "(Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/HttpMessage;)Lorg/apache/http/entity/BasicHttpEntity;", "GetDoDeserialize_Lorg_apache_http_io_SessionInputBuffer_Lorg_apache_http_HttpMessage_Handler")]
protected virtual Org.Apache.Http.Entity.BasicHttpEntity? DoDeserialize(Org.Apache.Http.IO.ISessionInputBuffer? inbuffer, Org.Apache.Http.IHttpMessage? message);
[<Android.Runtime.Register("doDeserialize", "(Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/HttpMessage;)Lorg/apache/http/entity/BasicHttpEntity;", "GetDoDeserialize_Lorg_apache_http_io_SessionInputBuffer_Lorg_apache_http_HttpMessage_Handler")>]
abstract member DoDeserialize : Org.Apache.Http.IO.ISessionInputBuffer * Org.Apache.Http.IHttpMessage -> Org.Apache.Http.Entity.BasicHttpEntity
override this.DoDeserialize : Org.Apache.Http.IO.ISessionInputBuffer * Org.Apache.Http.IHttpMessage -> Org.Apache.Http.Entity.BasicHttpEntity
Parameters
- inbuffer
- ISessionInputBuffer
The buffer from which to read the entity data.
- message
- IHttpMessage
The HTTP message that contains the entity headers.
Returns
The basic HTTP entity deserialized from the message and input 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.