MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgServer.OnReceiveStreamMessage
TMsgServer
Top 

Occurs when the server receives a custom message from client.

type TMsgOnServerReceiveStreamMessage = procedure (const FromUserID: Cardinal; Stream: TStream) of object;

property OnReceiveStreamMessage: TMsgOnServerReceiveStreamMessage;

Description
OnReceiveStreamMessage occurs when the server receives a custom stream message sent to this server.
You can send message using SendMessage method.



© AidAim Software MsgCommunicator: