diff --git a/TCPServer.cs b/TCPServer.cs index fc028f8f61c177ee7ff1407fbde22423a0569fab..2ee94dc29b08c18a1ded51af48784ef2f7198fe2 100644 --- a/TCPServer.cs +++ b/TCPServer.cs @@ -55,7 +55,9 @@ class TCPServer } } - +// ***************************************************************************** +// Write file to Client +// ***************************************************************************** static void write_file(Stream clientStream, string filename) { int bytesRead; @@ -152,4 +154,4 @@ class TCPServer } } - \ No newline at end of file +