Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Differencing between post and coding a post
Message
De
26/02/2013 19:05:01
 
 
À
26/02/2013 18:44:22
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01566995
Message ID:
01566997
Vues:
49
This message has been marked as a message which has helped to the initial question of the thread.
>
>            ' Prepare Web request
>            loHttpWebRequest = System.Net.HttpWebRequest.Create(cLoginUrl)
>            loHttpWebRequest.Method = "POST"
>            loHttpWebRequest.KeepAlive = True
>            loHttpWebRequest.ContentType = "application/x-www-form-urlencoded"
>            loHttpWebRequest.ContentLength = loByte.Length
>            loHttpWebRequest.CookieContainer = loCookieContainer
>
How about something like whatever the syntax equivalent is of:
cLoginUrl.addString("&fromcode=1")
?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform