EntityDeserializer Constructors

Definition

Overloads

EntityDeserializer(IContentLengthStrategy)
EntityDeserializer(IntPtr, JniHandleOwnership)

EntityDeserializer(IContentLengthStrategy)

[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

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