Share via


CFHTTPMessage.AppendBytes Method

Definition

Overloads

AppendBytes(Byte[])

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

Parameters

bytes
Byte[]

Returns

Applies to

AppendBytes(Byte[], IntPtr)

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

Parameters

bytes
Byte[]
count
IntPtr

nativeint

Returns

Applies to