BufferedHeader.Buffer Property

Definition

Obtains the buffer with the formatted header.

public virtual Org.Apache.Http.Util.CharArrayBuffer? Buffer { [Android.Runtime.Register("getBuffer", "()Lorg/apache/http/util/CharArrayBuffer;", "GetGetBufferHandler")] get; }
[<get: Android.Runtime.Register("getBuffer", "()Lorg/apache/http/util/CharArrayBuffer;", "GetGetBufferHandler")>]
member this.Buffer : Org.Apache.Http.Util.CharArrayBuffer

Property Value

The buffer containing the complete header line.

Implements

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