Send Method
Sends binary data to the client.
procedure Send(ConnectionId: Integer; Data: TBytes);
Remarks
This method sends the binary data specified by Data to the client specified by ConnectionId.
|
Send MethodSends binary data to the client. procedure Send(ConnectionId: Integer; Data: TBytes); RemarksThis method sends the binary data specified by Data to the client specified by ConnectionId. |