Skip to content
Snippets Groups Projects
Unverified Commit 84490f3b authored by tonschnoer's avatar tonschnoer Committed by GitHub
Browse files

Update TCPServer.cs

parent ebbc4d12
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,9 @@ class TCPServer ...@@ -55,7 +55,9 @@ class TCPServer
} }
} }
// *****************************************************************************
// Write file to Client
// *****************************************************************************
static void write_file(Stream clientStream, string filename) static void write_file(Stream clientStream, string filename)
{ {
int bytesRead; int bytesRead;
...@@ -152,4 +154,4 @@ class TCPServer ...@@ -152,4 +154,4 @@ class TCPServer
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment