I can use the generic collections but I can't use networks and sockets
How do I find out which .net classes are available in vbscript. I am assuming this list is stored somewhere. I had a grope around the registry but could not find anything.
Code:
set nal = CreateObject("System.Collections.ArrayList")
Code:
set sock = CreateObject("System.Net.Sockets.Socket")