|
| |||||||||
| Tags: system dot net, web form, webclient stream |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Obtain confirmation after System.Net.WebClient
Hi All, I send from an application, information to a web form (so far everything is ok) I wish I could get a confirmation telling me that the data have arrived. I have and I send a System.Net.WebClient Stream. Even if I try / catch it all, I am sure that the data are in good form arrives. Confirmation of return, for x or y, would be ideal but I can not find how to do it. Thank you for your help or info. |
|
#2
| ||||
| ||||
| Re: Obtain confirmation after System.Net.WebClient
I look exactly the same thing either complete a form and have confirmation that everything is ok. And to develop the similar code for form I have generate the following code: Code: Try
Sunday url As String
Sunday data As String
Sunday header As String
Url = "http://site.info/comments.php"
data = "CommentID = 457 comment & author = & email = & url = x@msn.com www.test.com&comment=Reallycool"
header = "Content-Type: application / x-www-form-urlencoded" & vbCrLf
Inet1. Execute (url, "POST", data, header)
Catch ex As Exception
MessageBox. Show (eg Message, "Read Error")
End Try In addition if you want it! |
|
#3
| |||
| |||
| Re: Obtain confirmation after System.Net.WebClient
I tried on internet.http webrequest for suppose if we want to fill up the form on the internet, it suffices to analyze the response (well if you ask for the status I would say it show absolutely 200% OK, which may be sufficient). |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Obtain confirmation after System.Net.WebClient" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error using WebClient from Windows Phone 7 | NProtector | Portable Devices | 3 | 26-10-2010 08:22 PM |
| Email confirmation in PHP | Lauren Ambrose | Software Development | 6 | 13-05-2010 01:06 PM |
| Windows XP Professional WebClient Service Stopping | Sacchidananda | Networking & Security | 3 | 17-07-2009 11:23 AM |
| How to turn off delete confirmation | Sawantji | Tips & Tweaks | 2 | 26-01-2009 07:56 PM |
| WebClient Service hangs in "Stopping" state | Raj | Windows Security | 2 | 03-05-2007 07:49 PM |