I'm using HttpWebRequest.BeginGetRequestStream to make POST requests to the remote server. Let's presume that the network connection is lost during this process and response was not received. Is there any way to detect whether the request was sent to the remote server or not? Thank you!
No comments:
Post a Comment