Click or drag to resize
ClientSendMessage Method (IListByte, IListConnection)

Sends a binary message to all the connections of the client.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SendMessage(
	IList<byte> buffer,
	IList<Connection> excludedConnections
)

Parameters

buffer
Type: System.Collections.GenericIListByte

: the binary buffer to be sent to all connections of the client

excludedConnections
Type: System.Collections.GenericIListConnection

: optional - the connections that should not receive the message.

Return Value

Type: Boolean

true if the message has been successfully sent to all connections, otherwise returns false.

Remarks

See Also