ISessionInputBufferExtensions.ReadAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ReadAsync(ISessionInputBuffer) | |
ReadAsync(ISessionInputBuffer, Byte[]) | |
ReadAsync(ISessionInputBuffer, Byte[], Int32, Int32) |
ReadAsync(ISessionInputBuffer)
public static System.Threading.Tasks.Task<int> ReadAsync (this Org.Apache.Http.IO.ISessionInputBuffer self);
static member ReadAsync : Org.Apache.Http.IO.ISessionInputBuffer -> System.Threading.Tasks.Task<int>
Parâmetros
- self
- ISessionInputBuffer
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
ReadAsync(ISessionInputBuffer, Byte[])
public static System.Threading.Tasks.Task<int> ReadAsync (this Org.Apache.Http.IO.ISessionInputBuffer self, byte[]? b);
static member ReadAsync : Org.Apache.Http.IO.ISessionInputBuffer * byte[] -> System.Threading.Tasks.Task<int>
Parâmetros
- self
- ISessionInputBuffer
- b
- Byte[]
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
ReadAsync(ISessionInputBuffer, Byte[], Int32, Int32)
public static System.Threading.Tasks.Task<int> ReadAsync (this Org.Apache.Http.IO.ISessionInputBuffer self, byte[]? b, int off, int len);
static member ReadAsync : Org.Apache.Http.IO.ISessionInputBuffer * byte[] * int * int -> System.Threading.Tasks.Task<int>
Parâmetros
- self
- ISessionInputBuffer
- b
- Byte[]
- off
- Int32
- len
- Int32
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.