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

Class to handle message stream encryption for initiating connections
Inheritance: EncryptedSocket
显示文件 Open project: haroldma/Universal.Torrent

Public Methods

Method Description
PeerAEncryption ( InfoHash infoHash, EncryptionTypes allowedEncryption ) : System

Protected Methods

Method Description
DoneReceiveY ( ) : void
DoneSynchronize ( ) : void

Private Methods

Method Description
GotPadD ( IAsyncResult result ) : void
GotVerification ( IAsyncResult result ) : void
StepThree ( ) : void

Method Details

DoneReceiveY() protected method

protected DoneReceiveY ( ) : void
return void

DoneSynchronize() protected method

protected DoneSynchronize ( ) : void
return void

PeerAEncryption() public method

public PeerAEncryption ( InfoHash infoHash, EncryptionTypes allowedEncryption ) : System
infoHash InfoHash
allowedEncryption EncryptionTypes
return System