Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将字节数组值附加到 QABinaryMessage 实例的消息主体中。
Public Sub WriteBinary(ByVal val As Byte())
public void WriteBinary(byte[] val)
val 写入消息主体的字节数组值。
QAException 类 如果将字节数组附加到消息主体时存在问题,则抛出异常。
WriteBinary(val) 方法与以下方法的效果相同:WriteBinary(val,0,val.Length)