C# Class Nowin.SslTransportHandler

Inheritance: ITransportLayerHandler, ITransportLayerCallback
Afficher le fichier Open project: Bobris/Nowin Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FinishAccept() public méthode

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
Résultat void

FinishReceive() public méthode

public FinishReceive ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void

FinishSend() public méthode

public FinishSend ( Exception exception ) : void
exception System.Exception
Résultat void

PrepareAccept() public méthode

public PrepareAccept ( ) : void
Résultat void

SetRemoteCertificate() public méthode

public SetRemoteCertificate ( X509Certificate remoteCertificate ) : void
remoteCertificate System.Security.Cryptography.X509Certificates.X509Certificate
Résultat void

SslTransportHandler() public méthode

public SslTransportHandler ( ITransportLayerHandler next, IServerParameters serverParameters ) : System
next ITransportLayerHandler
serverParameters IServerParameters
Résultat System

StartAccept() public méthode

public StartAccept ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void

StartDisconnect() public méthode

public StartDisconnect ( ) : void
Résultat void

StartReceive() public méthode

public StartReceive ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void

StartSend() public méthode

public StartSend ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void