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

EndConnect() public méthode

public EndConnect ( IAsyncResult result ) : void
result IAsyncResult
Résultat void
        public void EndConnect(IAsyncResult result)
        {
            throw new NotSupportedException();  // Will never be called because BeginConnect will never be called
        }