Datasnap.DSHTTP.TDSCustomCertFiles.SetServerProperties

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetServerProperties(AServer: TObject); virtual;

C++

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

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