S
S Moran
i have to rewrite a VBScript in C#. the VBS is currently using
Microsoft.XMLHTTP to POST data and then the ResponseText property to check
if the POST was successful. can this be done simply in C#?
Microsoft.XMLHTTP to POST data and then the ResponseText property to check
if the POST was successful. can this be done simply in C#?