C# Class RemObjects.InternetPack.SecureBlackbox.SSLConnection

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

Protected Properties

Property Type Description
fDataSocket ElSSLSocket

Public Methods

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

Protected Methods

Method Description
DataSocketReceiveWhatsAvaiable ( byte aBuffer, int aOffset, int aSize ) : int
DataSocketSendAsMuchAsPossible ( byte aBuffer, int aOffset, int aSize ) : int

Method Details

DataSocketReceiveWhatsAvaiable() protected method

protected DataSocketReceiveWhatsAvaiable ( byte aBuffer, int aOffset, int aSize ) : int
aBuffer byte
aOffset int
aSize int
return int

DataSocketSendAsMuchAsPossible() protected method

protected DataSocketSendAsMuchAsPossible ( byte aBuffer, int aOffset, int aSize ) : int
aBuffer byte
aOffset int
aSize int
return int

SSLConnection() public method

public SSLConnection ( ) : System
return System

SSLConnection() public method

public SSLConnection ( RemObjects aBinding ) : System
aBinding RemObjects
return System

SSLConnection() public method

public SSLConnection ( System aSocket ) : System
aSocket System
return System

get_CipherSuites() public method

public get_CipherSuites ( short Index ) : bool
Index short
return bool

set_CipherSuites() public method

public set_CipherSuites ( short Index, bool Value ) : void
Index short
Value bool
return void

Property Details

fDataSocket protected_oe property

protected ElSSLSocket fDataSocket
return ElSSLSocket