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

EndSend() 공개 메소드

public EndSend ( IAsyncResult result ) : int
result IAsyncResult
리턴 int
        public int EndSend(IAsyncResult result)
        {
            return transport.EndSend (result);
        }