ISessionOutputBufferExtensions.WriteAsync Método

Definição

Sobrecargas

WriteAsync(ISessionOutputBuffer, Byte[])

public static System.Threading.Tasks.Task WriteAsync(this Org.Apache.Http.IO.ISessionOutputBuffer self, byte[]? b);
static member WriteAsync : Org.Apache.Http.IO.ISessionOutputBuffer * byte[] -> System.Threading.Tasks.Task

Parâmetros

b
Byte[]

Retornos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a

WriteAsync(ISessionOutputBuffer, Int32)

public static System.Threading.Tasks.Task WriteAsync(this Org.Apache.Http.IO.ISessionOutputBuffer self, int b);
static member WriteAsync : Org.Apache.Http.IO.ISessionOutputBuffer * int -> System.Threading.Tasks.Task

Parâmetros

b
Int32

Retornos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a

WriteAsync(ISessionOutputBuffer, Byte[], Int32, Int32)

public static System.Threading.Tasks.Task WriteAsync(this Org.Apache.Http.IO.ISessionOutputBuffer self, byte[]? b, int off, int len);
static member WriteAsync : Org.Apache.Http.IO.ISessionOutputBuffer * byte[] * int * int -> System.Threading.Tasks.Task

Parâmetros

b
Byte[]
off
Int32
len
Int32

Retornos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a