|
The stream is coming in just fine and my char array has exactly the information I want. IT works just fine when you use
string location = new string(newInfo, 0, clientInfo.Length);
But if you put anything other than 0 as the index, it throws an exception! stilll don't know why!
|