BasicLineFormatter.DoFormatStatusLine(CharArrayBuffer, IStatusLine) Method

Definition

Actually formats a status line.

[Android.Runtime.Register("doFormatStatusLine", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/StatusLine;)V", "GetDoFormatStatusLine_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_StatusLine_Handler")]
protected virtual void DoFormatStatusLine (Org.Apache.Http.Util.CharArrayBuffer? buffer, Org.Apache.Http.IStatusLine? statline);
[<Android.Runtime.Register("doFormatStatusLine", "(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/StatusLine;)V", "GetDoFormatStatusLine_Lorg_apache_http_util_CharArrayBuffer_Lorg_apache_http_StatusLine_Handler")>]
abstract member DoFormatStatusLine : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.IStatusLine -> unit
override this.DoFormatStatusLine : Org.Apache.Http.Util.CharArrayBuffer * Org.Apache.Http.IStatusLine -> unit

Parameters

buffer
CharArrayBuffer

the empty buffer into which to format, never null

statline
IStatusLine

the status line to format, never null

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