CFHTTPMessage.AppendBytes Method

Definition

Overloads

AppendBytes(Byte[])
AppendBytes(Byte[], nint)

AppendBytes(Byte[])

public bool AppendBytes (byte[] bytes);
member this.AppendBytes : byte[] -> bool

Parameters

bytes
Byte[]

Returns

Applies to

AppendBytes(Byte[], nint)

public bool AppendBytes (byte[] bytes, nint count);
member this.AppendBytes : byte[] * nint -> bool

Parameters

bytes
Byte[]
count
System.System.IntPtr System.nativeint

Returns

Applies to