|
TElSecureServer provides server-side functionality for SSL and TLS connections. |
|
|
Description
TElSecureServer is used to add SSL/TLS support to server
side of TCP connection (the server side is the side which accepts connections
initiated by clients).
To accept connection call Open
method. To send the data to remote host call
SendData.
When there are encrypted data to be sent to the socket, TElSecureServer will
fire OnSend event.
When TElSecureServer needs data from the socket, it fires
OnReceive event.
When incoming data were processed,
OnData event is
fired. If you use non-blocking mode, you can use
DataAvailable
method to tell TElSecureServer that there are some data in the socket which can be
read.
|
|
|
|
|
|
|
|
|
|
|
|
.NET:
|
|
|
To use the component in development and distribution of your projects, you need to purchase one of the licenses: .NET: SSLBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional VCL: SSLBlackbox client-server OR SecureBlackbox Transports OR SecureBlackbox Standard OR SecureBlackbox Professional ActiveX/DLL: SSLBlackbox client-server OR SecureBlackbox Transports |

