C# 클래스 TransportLayerInsecurity.Server

파일 보기 프로젝트 열기: epicvrvs/TransportLayerInsecurity 1 사용 예제들

공개 메소드들

메소드 설명
Run ( ) : void
Server ( ServerConfiguration configuration, IServerEventHandler serverEventHandler ) : System
Terminate ( ) : void

비공개 메소드들

메소드 설명
CloseStreams ( ) : void
GetEndpoint ( string host, int port ) : IPEndPoint
OnAsynchronousRead ( IAsyncResult result ) : void
ProcessClient ( TcpClient localClient ) : void
ReadAsynchronously ( StreamContext context ) : void
RunThread ( ) : void
TrustAllCertificates ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

Server() 공개 메소드

public Server ( ServerConfiguration configuration, IServerEventHandler serverEventHandler ) : System
configuration ServerConfiguration
serverEventHandler IServerEventHandler
리턴 System

Terminate() 공개 메소드

public Terminate ( ) : void
리턴 void