ISessionOutputBufferExtensions.WriteLineAsync Method

Definition

Overloads

WriteLineAsync(ISessionOutputBuffer, CharArrayBuffer)
WriteLineAsync(ISessionOutputBuffer, String)

WriteLineAsync(ISessionOutputBuffer, CharArrayBuffer)

public static System.Threading.Tasks.Task WriteLineAsync (this Org.Apache.Http.IO.ISessionOutputBuffer self, Org.Apache.Http.Util.CharArrayBuffer? buffer);
static member WriteLineAsync : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.Util.CharArrayBuffer -> System.Threading.Tasks.Task

Parameters

Returns

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

WriteLineAsync(ISessionOutputBuffer, String)

public static System.Threading.Tasks.Task WriteLineAsync (this Org.Apache.Http.IO.ISessionOutputBuffer self, string? s);
static member WriteLineAsync : Org.Apache.Http.IO.ISessionOutputBuffer * string -> System.Threading.Tasks.Task

Parameters

s
String

Returns

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