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

EndConnect() public method

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