ricevo dal web una stringa di questo tipo

StringHttpPost = StringHttpPost & "test1=" & test1 & "&test2=" & test3 & "&test3=" &test3

non so come prendere le informazioni ricevute ho provato:

Request("test1") ecc.
Request.Form("test1") ecc.
Request.querystring("test1") ecc.

non so come fare grazie per l'aiuto.