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

Inheritance: OctoTorrent.Common.AsyncResult
Show file Open project: Eskat0n/OctoTorrent

Public Properties

Property Type Description
Available int
Buffer byte[]
Decryptor IEncryption
EncSocket IEncryptor
Encryptor IEncryption
Id OctoTorrent.Client.PeerId
InitialData byte[]
SKeys InfoHash[]

Public Methods

Method Description
EncryptorAsyncResult ( PeerId id, AsyncCallback callback, object state ) : System

Method Details

EncryptorAsyncResult() public method

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

Property Details

Available public property

public int Available
return int

Buffer public property

public byte[] Buffer
return byte[]

Decryptor public property

public IEncryption Decryptor
return IEncryption

EncSocket public property

public IEncryptor EncSocket
return IEncryptor

Encryptor public property

public IEncryption Encryptor
return IEncryption

Id public property

public PeerId,OctoTorrent.Client Id
return OctoTorrent.Client.PeerId

InitialData public property

public byte[] InitialData
return byte[]

SKeys public property

public InfoHash[] SKeys
return InfoHash[]