Click or drag to resize

IMessageServiceWriteToAsync Method

Writes data.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
Task WriteToAsync(
	bool sync,
	ArraySegment<byte> buffer,
	EndPoint? remoteEndPoint
)

Parameters

sync  Boolean
If true, the task returned is guaranteed to be complete.
buffer  ArraySegmentByte
Buffer of data to send.
remoteEndPoint  EndPoint
End point to send the data.

Return Value

Task
Nothing.
See Also