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

상속: SSLConnection
파일 보기 프로젝트 열기: remobjects/internetpack

공개 메소드들

메소드 설명
ClientSSLConnection ( RemObjects aBinding, IClientSSLConnectionSettings aSettings ) : System
ClientSSLConnection ( System aSocket, IPEndPoint remoteEndPoint, IClientSSLConnectionSettings aSettings ) : System

보호된 메소드들

메소드 설명
DataSocketClose ( ) : void
DataSocketConnect ( EndPoint aEndPoint ) : void

비공개 메소드들

메소드 설명
InitializeSSLSocket ( IClientSSLConnectionSettings aSettings ) : void
OnSecureClientCertificateChoose ( object Sender, SBX509 Certificates, int &CertificateIndex ) : void
OnSecureClientCertificateNeeded ( Object sender, byte &CertificateBuffer, int &CertificateSize, byte &PrivateKeyBuffer, int &PrivateKeySize, SBClient ClientCertificateType ) : void
OnSecureClientCertificateNeededEx ( Object sender, SBX509 &certificate ) : void
OnSecureClientCertificateValidate ( Object sender, SBX509 certificate, bool &validate ) : void

메소드 상세

ClientSSLConnection() 공개 메소드

public ClientSSLConnection ( RemObjects aBinding, IClientSSLConnectionSettings aSettings ) : System
aBinding RemObjects
aSettings IClientSSLConnectionSettings
리턴 System

ClientSSLConnection() 공개 메소드

public ClientSSLConnection ( System aSocket, IPEndPoint remoteEndPoint, IClientSSLConnectionSettings aSettings ) : System
aSocket System
remoteEndPoint System.Net.IPEndPoint
aSettings IClientSSLConnectionSettings
리턴 System

DataSocketClose() 보호된 메소드

protected DataSocketClose ( ) : void
리턴 void

DataSocketConnect() 보호된 메소드

protected DataSocketConnect ( EndPoint aEndPoint ) : void
aEndPoint System.Net.EndPoint
리턴 void