Свойство | Type | Description | |
---|---|---|---|
fDataSocket | ElSSLSocket |
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éthode | Description | |
---|---|---|
DataSocketReceiveWhatsAvaiable ( byte aBuffer, int aOffset, int aSize ) : int | ||
DataSocketSendAsMuchAsPossible ( byte aBuffer, int aOffset, int aSize ) : int |
protected DataSocketReceiveWhatsAvaiable ( byte aBuffer, int aOffset, int aSize ) : int | ||
aBuffer | byte | |
aOffset | int | |
aSize | int | |
Résultat | int |
protected DataSocketSendAsMuchAsPossible ( byte aBuffer, int aOffset, int aSize ) : int | ||
aBuffer | byte | |
aOffset | int | |
aSize | int | |
Résultat | int |
public SSLConnection ( RemObjects aBinding ) : System | ||
aBinding | RemObjects | |
Résultat | System |
public SSLConnection ( System aSocket ) : System | ||
aSocket | System | |
Résultat | System |
public get_CipherSuites ( short Index ) : bool | ||
Index | short | |
Résultat | bool |
public set_CipherSuites ( short Index, bool Value ) : void | ||
Index | short | |
Value | bool | |
Résultat | void |