FileFind.Meshwork.FileTransfer.BitTorrent.TorrentConnection.TorrentConnection C# (CSharp) Method

TorrentConnection() public method

public TorrentConnection ( ITransport transport ) : System
transport ITransport
return System
        public TorrentConnection(ITransport transport)
        {
            this.transport = transport;
        }