Click or drag to resize

IBaseTransportWriteAsync Method (Byte, Boolean)

Write bytes to the underlying transport

Namespace:  Crosser.Common.Server.Transport
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Task WriteAsync(
	byte[] buffer,
	bool flush = true
)

Parameters

buffer
Type: SystemByte
The buffer to write into
flush (Optional)
Type: SystemBoolean
True to force a flush on the transport

Return Value

Type: Task
Task
See Also