Results 1 to 3 of 3

Thread: Obtain confirmation after System.Net.WebClient

  1. #1
    Join Date
    Apr 2009
    Posts
    89

    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. #2
    Join Date
    Jan 2006
    Posts
    211

    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 = [email protected] 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
    If you can tell me how you completed a form (an example) with webclient.system.net and I turn to you to find an answer to how to get a confirmation after submitting the form.

    In addition if you want it!

  3. #3
    Join Date
    Jan 2009
    Posts
    143

    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).

Similar Threads

  1. how do i delete Human confirmation pop up
    By Dirck in forum Networking & Security
    Replies: 3
    Last Post: 04-02-2011, 07:47 AM
  2. Error using WebClient from Windows Phone 7
    By NProtector in forum Portable Devices
    Replies: 3
    Last Post: 26-10-2010, 07:22 PM
  3. Email confirmation in PHP
    By Lauren Ambrose in forum Software Development
    Replies: 6
    Last Post: 13-05-2010, 12:06 PM
  4. Windows XP Professional WebClient Service Stopping
    By Sacchidananda in forum Networking & Security
    Replies: 3
    Last Post: 17-07-2009, 10:23 AM
  5. WebClient Service hangs in "Stopping" state
    By Raj in forum Windows Security
    Replies: 2
    Last Post: 03-05-2007, 06:49 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,361,566.91698 seconds with 16 queries