C# Class RemObjects.InternetPack.SecureBlackbox.ServerSSLConnection

Inheritance: SSLConnection
Mostra file Open project: remobjects/internetpack Class Usage Examples

Public Methods

Method Description
ServerSSLConnection ( System aSocket, IServerSSLConnectionSettings aSettings ) : System

Protected Methods

Method Description
DataSocketClose ( ) : void
DataSocketInitializeServerConnection ( ) : void

Private Methods

Method Description
InitializeSSLSocket ( IServerSSLConnectionSettings aSettings ) : void
OnSecureServerCertificateValidate ( object Sender, SBX509 certificate, bool &validate ) : void

Method Details

DataSocketClose() protected method

protected DataSocketClose ( ) : void
return void

DataSocketInitializeServerConnection() protected method

protected DataSocketInitializeServerConnection ( ) : void
return void

ServerSSLConnection() public method

public ServerSSLConnection ( System aSocket, IServerSSLConnectionSettings aSettings ) : System
aSocket System
aSettings IServerSSLConnectionSettings
return System