C# Class Universal.Torrent.Client.PeerIO.SendMessageState

Inheritance: ICacheable
Show file Open project: haroldma/Universal.Torrent

Public Methods

Method Description
Initialise ( byte buffer, AsyncIOCallback callback, object state ) : SendMessageState
Initialise ( ) : void

Method Details

Initialise() public method

public Initialise ( byte buffer, AsyncIOCallback callback, object state ) : SendMessageState
buffer byte
callback AsyncIOCallback
state object
return SendMessageState

Initialise() public method

public Initialise ( ) : void
return void