TlsStream.Write Method
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9083)
Write(Byte[], Int32, Int32)
Writes data into this TlsStream.
Declaration
public override void Write(byte[] buffer, int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | buffer | An array of bytes to be written. |
Int32 | offset | The zero-based byte offset in the buffer at which to begin writing bytes to the stream. |
Int32 | count | The number of bytes to be taken from the buffer. |