Datasnap.DSHTTP.TDSHTTPServer.CreateProtocolHandlerFactory
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TDSHTTPServer |
Delphi
procedure CreateProtocolHandlerFactory(ATransport: TDSServerTransport); override;
C++
virtual void __fastcall CreateProtocolHandlerFactory(Datasnap::Dscommonserver::TDSServerTransport* ATransport);
Description
Creates a protocol handler factory.
The CreateProtocolHandlerFactory method creates a new protocol handler factory and assigns it to the ProtocolHandlerFactory property of the current TunnelService.