EntityDeserializer Constructors

Definition

Overloads

Name Description
EntityDeserializer(IContentLengthStrategy)

Initializes an entity deserializer that uses the specified content-length strategy.

EntityDeserializer(IntPtr, JniHandleOwnership)

EntityDeserializer(IContentLengthStrategy)

Initializes an entity deserializer that uses the specified content-length strategy.

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/entity/ContentLengthStrategy;)V", "")]
public EntityDeserializer(Org.Apache.Http.Entity.IContentLengthStrategy? lenStrategy);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/entity/ContentLengthStrategy;)V", "")>]
new Org.Apache.Http.Impl.Entity.EntityDeserializer : Org.Apache.Http.Entity.IContentLengthStrategy -> Org.Apache.Http.Impl.Entity.EntityDeserializer

Parameters

lenStrategy
IContentLengthStrategy

The strategy used to determine the message body length.

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.

Applies to

EntityDeserializer(IntPtr, JniHandleOwnership)

protected EntityDeserializer(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Impl.Entity.EntityDeserializer : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Impl.Entity.EntityDeserializer

Parameters

javaReference
IntPtr

nativeint

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.

Applies to