System.Tether.Comm.TTetheringCustomServerComm.OnAfterReceiveStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterReceiveStream: TTetheringStreamEvent read FOnAfterReceiveStream write FOnAfterReceiveStream;

C++

__property TTetheringStreamEvent OnAfterReceiveStream = {read=FOnAfterReceiveStream, write=FOnAfterReceiveStream};

Properties

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

Description

Event to pre-process the stream that the remote protocol sends.

The instance of the server listens for incoming connections and forwards them to a corresponding local instance of a client.

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

See Also