G
Guest
Hi
Most example code I've seen uses the code "\n" to perform a CRLF, and this seems to work fine in most instances, although I've just tried to issue it over a TcpClient and it appears to just perform a LF. Is there another control char for CR
If not, what's the best way to issue a CRLF over a TcpClient, without having to use a seperate WriteLine method for each line
Thanks
Jennifer
Most example code I've seen uses the code "\n" to perform a CRLF, and this seems to work fine in most instances, although I've just tried to issue it over a TcpClient and it appears to just perform a LF. Is there another control char for CR
If not, what's the best way to issue a CRLF over a TcpClient, without having to use a seperate WriteLine method for each line
Thanks
Jennifer