Hi All, In Http web request,
While writing into current stream
i.e
Using requestStream As Stream = httpWebRequest.GetRequestStream()
*requestStream.Write(requestData, 0, requestData.Length)*
End Using
I am getting below error.
"Unable to write data to the transport connection: An established connection
was aborted by the software in your host machine."
Does any one faced such an issue earlier or know about it ?
Thank you
--
Regards
Guru
