Skip to content

Latest commit

 

History

History
 
 

Download

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Download

This example application illustrates how to transmit a file from a server to a client as a stream of bytes.

You can build the client and server applications with:

dotnet build

First start the Server program:

cd Server
dotnet run

In a separate window, start the Client program:

cd Client
dotnet run