C# Class OctoTorrent.Client.Encryption.EncryptorFactory

Mostra file Open project: Eskat0n/OctoTorrent

Private Methods

Method Description
BeginCheckEncryption ( PeerId id, int bytesToReceive, AsyncCallback callback, object state ) : IAsyncResult
BeginCheckEncryption ( PeerId id, int bytesToReceive, AsyncCallback callback, object state, InfoHash sKeys ) : IAsyncResult
CheckRC4 ( PeerId id ) : EncryptionTypes
CompletedEncryptedHandshake ( IAsyncResult result ) : void
EndCheckEncryption ( IAsyncResult result, byte &initialData ) : void
HandshakeReceived ( bool succeeded, int count, object state ) : void