Write(ReadOnlySequence<byte>)
public void Write(ReadOnlySequence<byte> input) Writes the provided sequence to this buffer.
Parameters
inputReadOnlySequence<byte>- The data to write.
public void Write(ReadOnlySequence<byte> input)inputReadOnlySequence<byte>