FileFind.Meshwork.FileTransfer.BitTorrent.TorrentConnection.TorrentConnection C# (CSharp) Méthode

TorrentConnection() public méthode

public TorrentConnection ( ITransport transport ) : System
transport ITransport
Résultat System
        public TorrentConnection(ITransport transport)
        {
            this.transport = transport;
        }