arrays - Creating table with .NET using httpwebrequest for information -


hello problem need information server , put array , , information out of it

this code used work , doesn't no-longer me , gives me first-chance exception:

dim table() string = split(responsefromserver, ":") table_update = split(table(0), "<pre>") 

this code should responsefromhttprequest , seperate ":" because output server this: 01010:username:-sessionid , need third thing arraylist array(3) should give me sessionid , doesn't work , , need working minecraft login system , have tried 1 hour , , can't figure out how it.

any appriciated :)


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -