G
Guest
I am programming on message tranmission via TCP socket
I am sure that the connection between server and client is established.
It can receive messages from server.
However, during running the following command to send a message from client
to server:
"sock.Send( byteDateLine, byteDateLine.Length, 0 );"
an exception is caught:
"InvalidOperationException"
What's the problem?
Please help me
I am sure that the connection between server and client is established.
It can receive messages from server.
However, during running the following command to send a message from client
to server:
"sock.Send( byteDateLine, byteDateLine.Length, 0 );"
an exception is caught:
"InvalidOperationException"
What's the problem?
Please help me