I'm currently using the socket object to send out several requests at once and receive. My problem is on the _Connected event. how can i determine which socket was connected if connecting several at once? My idea was to add a .Tag field to the Socket object. when creating the socket object i could set the tag with a variable of my choosing to make it unique and then once connected i can use the Sender object to grab the tag. is this a possibility?