ISessionOutputBuffer.Write Method

Definition

Overloads

Write(Byte[])
Write(Int32)
Write(Byte[], Int32, Int32)

Write(Byte[])

[Android.Runtime.Register("write", "([B)V", "GetWrite_arrayBHandler:Org.Apache.Http.IO.ISessionOutputBufferInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Write (byte[]? b);
[<Android.Runtime.Register("write", "([B)V", "GetWrite_arrayBHandler:Org.Apache.Http.IO.ISessionOutputBufferInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Write : byte[] -> unit

Parameters

b
Byte[]
Attributes

Exceptions

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

Write(Int32)

[Android.Runtime.Register("write", "(I)V", "GetWrite_IHandler:Org.Apache.Http.IO.ISessionOutputBufferInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Write (int b);
[<Android.Runtime.Register("write", "(I)V", "GetWrite_IHandler:Org.Apache.Http.IO.ISessionOutputBufferInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Write : int -> unit

Parameters

b
Int32
Attributes

Exceptions

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

Write(Byte[], Int32, Int32)

[Android.Runtime.Register("write", "([BII)V", "GetWrite_arrayBIIHandler:Org.Apache.Http.IO.ISessionOutputBufferInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Write (byte[]? b, int off, int len);
[<Android.Runtime.Register("write", "([BII)V", "GetWrite_arrayBIIHandler:Org.Apache.Http.IO.ISessionOutputBufferInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Write : byte[] * int * int -> unit

Parameters

b
Byte[]
off
Int32
len
Int32
Attributes

Exceptions

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