Server Guard |
||
Features | Detailed Description The Server Guard is a component from the Clever Internet Suite library. Use this class together with any server component from Clever Internet Suite to protect your server from hackers, viruses, and other malicious activity. Available in .NET, VCL and ActiveX editions. Features:
How to use with Clever Internet Suite serversPlease use the steps below to add server protection functionality to your server application:
Using with third-party server componentsThe ServerGuard component provides independent interface and allows you to protect any third-party server component. All what you need is to call to the ServerGuard.Connect method when accepting the next connection from remote peer. If this method returns False then close the connection and reject the user. For protecting your server from brute force attacks, please use another method - ServerGuard.Login.
Samples, including WinForm clients with full source codePlease see the Demos code (FtpServer) and also the indexed Help documentation provided with the Clever Internet Suite installation to learn more about using this component in your application. Includes support for Delphi, C++Builder, C#, VB.NET and Javascript. Complete Delphi and C# source codeWhen Purchasing the Clever Internet Suite you receive the full sources for all suite components and also free unlimited support. Interested?
|