C# Class Universal.Torrent.Client.Encryption.PeerAEncryption

Class to handle message stream encryption for initiating connections
Inheritance: EncryptedSocket
Afficher le fichier Open project: haroldma/Universal.Torrent

Méthodes publiques

Méthode Description
PeerAEncryption ( InfoHash infoHash, EncryptionTypes allowedEncryption ) : System

Méthodes protégées

Méthode Description
DoneReceiveY ( ) : void
DoneSynchronize ( ) : void

Private Methods

Méthode Description
GotPadD ( IAsyncResult result ) : void
GotVerification ( IAsyncResult result ) : void
StepThree ( ) : void

Method Details

DoneReceiveY() protected méthode

protected DoneReceiveY ( ) : void
Résultat void

DoneSynchronize() protected méthode

protected DoneSynchronize ( ) : void
Résultat void

PeerAEncryption() public méthode

public PeerAEncryption ( InfoHash infoHash, EncryptionTypes allowedEncryption ) : System
infoHash InfoHash
allowedEncryption EncryptionTypes
Résultat System