D
Dirk Reske
Hey,
I have following struct:
struct Packet
{
string Command;
byte[] data;
}
I want to send this trough an open Network connection.
I serialize it first and remove all linebreaks in the XML data.
When I send it using WriteLine(strXML), what happens with linebreaks in the
bytearray?
Does it only send the content til the linebreak?
thx
I have following struct:
struct Packet
{
string Command;
byte[] data;
}
I want to send this trough an open Network connection.
I serialize it first and remove all linebreaks in the XML data.
When I send it using WriteLine(strXML), what happens with linebreaks in the
bytearray?
Does it only send the content til the linebreak?
thx