共用方式為


CFHTTPMessage.AppendBytes 方法

定義

多載

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

AppendBytes(Byte[])

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

參數

bytes
Byte[]

傳回

適用於

AppendBytes(Byte[], nint)

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

參數

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

傳回

適用於