C# 클래스 Nowin.SslTransportHandler

상속: ITransportLayerHandler, ITransportLayerCallback
파일 보기 프로젝트 열기: Bobris/Nowin 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FinishAccept ( byte buffer, int offset, int length, IPEndPoint remoteEndPoint, IPEndPoint localEndPoint ) : void
FinishReceive ( byte buffer, int offset, int length ) : void
FinishSend ( Exception exception ) : void
PrepareAccept ( ) : void
SetRemoteCertificate ( X509Certificate remoteCertificate ) : void
SslTransportHandler ( ITransportLayerHandler next, IServerParameters serverParameters ) : System
StartAccept ( byte buffer, int offset, int length ) : void
StartDisconnect ( ) : void
StartReceive ( byte buffer, int offset, int length ) : void
StartSend ( byte buffer, int offset, int length ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FinishAccept() 공개 메소드

public FinishAccept ( byte buffer, int offset, int length, IPEndPoint remoteEndPoint, IPEndPoint localEndPoint ) : void
buffer byte
offset int
length int
remoteEndPoint System.Net.IPEndPoint
localEndPoint System.Net.IPEndPoint
리턴 void

FinishReceive() 공개 메소드

public FinishReceive ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
리턴 void

FinishSend() 공개 메소드

public FinishSend ( Exception exception ) : void
exception System.Exception
리턴 void

PrepareAccept() 공개 메소드

public PrepareAccept ( ) : void
리턴 void

SetRemoteCertificate() 공개 메소드

public SetRemoteCertificate ( X509Certificate remoteCertificate ) : void
remoteCertificate System.Security.Cryptography.X509Certificates.X509Certificate
리턴 void

SslTransportHandler() 공개 메소드

public SslTransportHandler ( ITransportLayerHandler next, IServerParameters serverParameters ) : System
next ITransportLayerHandler
serverParameters IServerParameters
리턴 System

StartAccept() 공개 메소드

public StartAccept ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
리턴 void

StartDisconnect() 공개 메소드

public StartDisconnect ( ) : void
리턴 void

StartReceive() 공개 메소드

public StartReceive ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
리턴 void

StartSend() 공개 메소드

public StartSend ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
리턴 void