Hello all,
I am sending an HTTP request over a socket using BNetEndPoint.
This is working fine and I am getting a response back. This is an
unauthorized response, so I need to send back another response with
the authentication.
To do this, I am sending another HTTP request over the same socket. The
result that I get back from BNetEndPoint.Write does not indicate an
error, but the number of bytes that I wanted to send so I assume
eveything is ok. If I then go and read data from the socket I do not
...
↧