Datasnap.DSHTTP.TDSHTTPServer.ClearProtocolHandlerFactory

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPServer

Delphi

procedure ClearProtocolHandlerFactory; override;

C++

virtual void __fastcall ClearProtocolHandlerFactory();

Description

Clears the protocol handler factory.

The ClearProtocolHandlerFactory method deletes the value of the ProtocolHandlerFactory property of the current TunnelService.

See Also