Skip to main content

All Questions

0 votes
0 answers
65 views

Splitting data in an ArraySegment<byte> to different Bytes[]

I'm trying to make a C# program that allows 2 computers to send files between each other, the client is the sender, the server is the receiver. The problem now is that I'm using ArraySegment which ...
DarkRaven252's user avatar