Hi,
I'm writing a small web service (using C#) which is going to receive a text
file, add a line to it and send it back.
Input is a string with each line ending with "\r\n".
The problem is in the format of the output - looks like all ends of lines
are missing, even if web service just receives and sends back the same
string.
Could it be some encoding issue?
Thanks in advance!
I'm writing a small web service (using C#) which is going to receive a text
file, add a line to it and send it back.
Input is a string with each line ending with "\r\n".
The problem is in the format of the output - looks like all ends of lines
are missing, even if web service just receives and sends back the same
string.
Could it be some encoding issue?
Thanks in advance!
Comment