C# Class RemObjects.InternetPack.SecureBlackbox.SSLConnection

SSLConnection is a base class for SSL-enabled connections
Inheritance: RemObjects.InternetPack.Core.Connection
Afficher le fichier Open project: remobjects/internetpack

Protected Properties

Свойство Type Description
fDataSocket ElSSLSocket

Méthodes publiques

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

Méthodes protégées

Méthode Description
DataSocketReceiveWhatsAvaiable ( byte aBuffer, int aOffset, int aSize ) : int
DataSocketSendAsMuchAsPossible ( byte aBuffer, int aOffset, int aSize ) : int

Method Details

DataSocketReceiveWhatsAvaiable() protected méthode

protected DataSocketReceiveWhatsAvaiable ( byte aBuffer, int aOffset, int aSize ) : int
aBuffer byte
aOffset int
aSize int
Résultat int

DataSocketSendAsMuchAsPossible() protected méthode

protected DataSocketSendAsMuchAsPossible ( byte aBuffer, int aOffset, int aSize ) : int
aBuffer byte
aOffset int
aSize int
Résultat int

SSLConnection() public méthode

public SSLConnection ( ) : System
Résultat System

SSLConnection() public méthode

public SSLConnection ( RemObjects aBinding ) : System
aBinding RemObjects
Résultat System

SSLConnection() public méthode

public SSLConnection ( System aSocket ) : System
aSocket System
Résultat System

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

Property Details

fDataSocket protected_oe property

protected ElSSLSocket fDataSocket
Résultat ElSSLSocket