ISessionInputBufferExtensions.ReadLineAsync Method

Definition

Overloads

ReadLineAsync(ISessionInputBuffer)
ReadLineAsync(ISessionInputBuffer, CharArrayBuffer)

ReadLineAsync(ISessionInputBuffer)

public static System.Threading.Tasks.Task<string?> ReadLineAsync (this Org.Apache.Http.IO.ISessionInputBuffer self);
static member ReadLineAsync : Org.Apache.Http.IO.ISessionInputBuffer -> System.Threading.Tasks.Task<string>

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

ReadLineAsync(ISessionInputBuffer, CharArrayBuffer)

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

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