I don't know if i'm doing this right, I have a class that makes a new System.Net.WebClient() as a public varible. If I use that class in multiple scripts, will it keep the same client initialized across them? I somehow doubt that.
I'm still somewhat iffy on some of VB, I need to be sure I don't initalize a webclient every script but used the already initalized client.
I'm still somewhat iffy on some of VB, I need to be sure I don't initalize a webclient every script but used the already initalized client.