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

返回

适用于