EntitySerializer Constructors

Definition

Overloads

EntitySerializer(IContentLengthStrategy)
EntitySerializer(IntPtr, JniHandleOwnership)

EntitySerializer(IContentLengthStrategy)

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

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

EntitySerializer(IntPtr, JniHandleOwnership)

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

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