C# Class RemObjects.InternetPack.SecureBlackbox.SSLConnectionFactory

Summary description for SSLConnectionFactory.
Inheritance: RemObjects.InternetPack.Core.IConnectionFactory, ISSLConnectionSettings
Afficher le fichier Open project: remobjects/internetpack

Méthodes publiques

Méthode Description
CreateClientConnection ( RemObjects aBinding ) : Connection
CreateServerConnection ( System aSocket ) : Connection
get_CipherSuites ( short Index ) : bool
set_CipherSuites ( short Index, bool Value ) : void

Method Details

CreateClientConnection() public méthode

public CreateClientConnection ( RemObjects aBinding ) : Connection
aBinding RemObjects
Résultat System.Net.Connection

CreateServerConnection() public méthode

public CreateServerConnection ( System aSocket ) : Connection
aSocket System
Résultat System.Net.Connection

get_CipherSuites() public méthode

public get_CipherSuites ( short Index ) : bool
Index short
Résultat bool

set_CipherSuites() public méthode

public set_CipherSuites ( short Index, bool Value ) : void
Index short
Value bool
Résultat void