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 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:
TaskTask
See Also