System.Tether.Comm.TTetheringCustomServerComm.OnBeforeSendStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforeSendStream: TTetheringStreamEvent read FOnBeforeSendStream write FOnBeforeSendStream;

C++

__property TTetheringStreamEvent OnBeforeSendStream = {read=FOnBeforeSendStream, write=FOnBeforeSendStream};

Properties

Type Visibility Source Unit Parent
event public
System.Tether.Comm.pas
System.Tether.Comm.hpp
System.Tether.Comm TTetheringCustomServerComm

Description

Event to post-process the stream before you send it to the remote protocol.

The instance of the server listens for outgoing connections from the corresponding local instance of a client.

The event handler of OnBeforeSendStream handles the OnBeforeSendStream event of every client object that the server creates.

See Also