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

상속: SSLConnection
파일 보기 프로젝트 열기: remobjects/internetpack 1 사용 예제들

공개 메소드들

메소드 설명
ServerSSLConnection ( System aSocket, IServerSSLConnectionSettings aSettings ) : System

보호된 메소드들

메소드 설명
DataSocketClose ( ) : void
DataSocketInitializeServerConnection ( ) : void

비공개 메소드들

메소드 설명
InitializeSSLSocket ( IServerSSLConnectionSettings aSettings ) : void
OnSecureServerCertificateValidate ( object Sender, SBX509 certificate, bool &validate ) : void

메소드 상세

DataSocketClose() 보호된 메소드

protected DataSocketClose ( ) : void
리턴 void

DataSocketInitializeServerConnection() 보호된 메소드

protected DataSocketInitializeServerConnection ( ) : void
리턴 void

ServerSSLConnection() 공개 메소드

public ServerSSLConnection ( System aSocket, IServerSSLConnectionSettings aSettings ) : System
aSocket System
aSettings IServerSSLConnectionSettings
리턴 System