* Fix setusessl

git-svn-id: trunk@42273 -
This commit is contained in:
michael 2019-06-22 22:38:02 +00:00
parent 3a2fe24f49
commit 28b87bed39

View File

@ -197,7 +197,7 @@ end;
function TCustomHTTPApplication.GetUseSSL: Boolean;
begin
Result:=HTTPHandler.UseSSL;
end;
procedure TCustomHTTPApplication.SetHostName(AValue: String);