C# 클래스 RemObjects.InternetPack.SecureBlackbox.SSLConnection

SSLConnection is a base class for SSL-enabled connections
상속: RemObjects.InternetPack.Core.Connection
파일 보기 프로젝트 열기: remobjects/internetpack

보호된 프로퍼티들

프로퍼티 타입 설명
fDataSocket ElSSLSocket

공개 메소드들

메소드 설명
SSLConnection ( ) : System
SSLConnection ( RemObjects aBinding ) : System
SSLConnection ( System aSocket ) : System
get_CipherSuites ( short Index ) : bool
set_CipherSuites ( short Index, bool Value ) : void

보호된 메소드들

메소드 설명
DataSocketReceiveWhatsAvaiable ( byte aBuffer, int aOffset, int aSize ) : int
DataSocketSendAsMuchAsPossible ( byte aBuffer, int aOffset, int aSize ) : int

메소드 상세

DataSocketReceiveWhatsAvaiable() 보호된 메소드

protected DataSocketReceiveWhatsAvaiable ( byte aBuffer, int aOffset, int aSize ) : int
aBuffer byte
aOffset int
aSize int
리턴 int

DataSocketSendAsMuchAsPossible() 보호된 메소드

protected DataSocketSendAsMuchAsPossible ( byte aBuffer, int aOffset, int aSize ) : int
aBuffer byte
aOffset int
aSize int
리턴 int

SSLConnection() 공개 메소드

public SSLConnection ( ) : System
리턴 System

SSLConnection() 공개 메소드

public SSLConnection ( RemObjects aBinding ) : System
aBinding RemObjects
리턴 System

SSLConnection() 공개 메소드

public SSLConnection ( System aSocket ) : System
aSocket System
리턴 System

get_CipherSuites() 공개 메소드

public get_CipherSuites ( short Index ) : bool
Index short
리턴 bool

set_CipherSuites() 공개 메소드

public set_CipherSuites ( short Index, bool Value ) : void
Index short
Value bool
리턴 void

프로퍼티 상세

fDataSocket 보호되어 있는 프로퍼티

protected ElSSLSocket fDataSocket
리턴 ElSSLSocket