FileFind.Meshwork.FileTransfer.BitTorrent.TorrentConnection.TorrentConnection C# (CSharp) 메소드

TorrentConnection() 공개 메소드

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