AbstractHttpEntity.SetChunked(Boolean) Method

Definition

Specifies the 'chunked' flag.

[Android.Runtime.Register("setChunked", "(Z)V", "GetSetChunked_ZHandler")]
public virtual void SetChunked (bool b);
[<Android.Runtime.Register("setChunked", "(Z)V", "GetSetChunked_ZHandler")>]
abstract member SetChunked : bool -> unit
override this.SetChunked : bool -> unit

Parameters

b
Boolean

the new 'chunked' flag

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