Datasnap.DSHTTP.TDSCustomCertFiles.SetServerProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetServerProperties(AServer: TObject); virtual;

C++

virtual void __fastcall SetServerProperties(System::TObject* AServer);

Properties

Type Visibility Source Unit Parent
procedure
function
published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCustomCertFiles

Description

Provides the HTTP server implementation object with the X.509 information.

The SetServerProperties method provides the HTTP server implementation object with the X.509 information. The server implementation object is given through the AServer parameter.

See Also