ISessionOutputBufferExtensions.WriteAsync Method

Definition

Overloads

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

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

Parameters

b
Byte[]

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

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

Parameters

b
Int32

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

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

Parameters

b
Byte[]
off
Int32
len
Int32

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