I'm building a telnet server and I need a type of arraylist. I need this arraylist to contain an index 0 - 100 thats how many connections I allow at once, and an Ip address so when I refer to index 0 it will give me the ipaddress.
I'm new to arrays in c#, i'm used to the good old ones from vb6 so detail will be nice. What would the best array be?