EntityDeserializer.Deserialize(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.
Deserializes the entity in an HTTP message from an input buffer.
[Android.Runtime.Register("deserialize", "(Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/HttpMessage;)Lorg/apache/http/HttpEntity;", "GetDeserialize_Lorg_apache_http_io_SessionInputBuffer_Lorg_apache_http_HttpMessage_Handler")]
public virtual Org.Apache.Http.IHttpEntity? Deserialize(Org.Apache.Http.IO.ISessionInputBuffer? inbuffer, Org.Apache.Http.IHttpMessage? message);
[<Android.Runtime.Register("deserialize", "(Lorg/apache/http/io/SessionInputBuffer;Lorg/apache/http/HttpMessage;)Lorg/apache/http/HttpEntity;", "GetDeserialize_Lorg_apache_http_io_SessionInputBuffer_Lorg_apache_http_HttpMessage_Handler")>]
abstract member Deserialize : Org.Apache.Http.IO.ISessionInputBuffer * Org.Apache.Http.IHttpMessage -> Org.Apache.Http.IHttpEntity
override this.Deserialize : Org.Apache.Http.IO.ISessionInputBuffer * Org.Apache.Http.IHttpMessage -> Org.Apache.Http.IHttpEntity
Parameters
- inbuffer
- ISessionInputBuffer
The buffer from which to read the entity data.
- message
- IHttpMessage
The HTTP message that contains the entity headers.
Returns
The 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.