C# Class OctoTorrent.Client.Encryption.EncryptorFactory.EncryptorAsyncResult

Inheritance: OctoTorrent.Common.AsyncResult
Afficher le fichier Open project: Eskat0n/OctoTorrent

Méthodes publiques

Свойство Type Description
Available int
Buffer byte[]
Decryptor IEncryption
EncSocket IEncryptor
Encryptor IEncryption
Id OctoTorrent.Client.PeerId
InitialData byte[]
SKeys InfoHash[]

Méthodes publiques

Méthode Description
EncryptorAsyncResult ( PeerId id, AsyncCallback callback, object state ) : System

Method Details

EncryptorAsyncResult() public méthode

public EncryptorAsyncResult ( PeerId id, AsyncCallback callback, object state ) : System
id OctoTorrent.Client.PeerId
callback AsyncCallback
state object
Résultat System

Property Details

Available public_oe property

public int Available
Résultat int

Buffer public_oe property

public byte[] Buffer
Résultat byte[]

Decryptor public_oe property

public IEncryption Decryptor
Résultat IEncryption

EncSocket public_oe property

public IEncryptor EncSocket
Résultat IEncryptor

Encryptor public_oe property

public IEncryption Encryptor
Résultat IEncryption

Id public_oe property

public PeerId,OctoTorrent.Client Id
Résultat OctoTorrent.Client.PeerId

InitialData public_oe property

public byte[] InitialData
Résultat byte[]

SKeys public_oe property

public InfoHash[] SKeys
Résultat InfoHash[]