All Questions
1 question
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 ...