Microsoft.Azure.Amqp.AsyncIO.WriteBuffer C# (CSharp) Method

WriteBuffer() public method

public WriteBuffer ( ByteBuffer buffer ) : void
buffer ByteBuffer
return void
        public void WriteBuffer(ByteBuffer buffer)
        {
            this.writer.WriteBuffer(buffer);
        }

Same methods

AsyncIO::WriteBuffer ( IList buffers ) : void