Lenguaje

ISessionInputBufferExtensions.ReadLineAsync Método

Definición

Sobrecargas

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>

Parámetros

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

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>

Parámetros

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a