I have to develop a browser based solution that is capable of creating a socketed connection. Is there a .NET equivalant to the aforementioned Applet or ActiveX.
If all you want to do is create a socket connection and receive and send from that socket, an ActiveX control or applet are not needed. The System.Net.Socket class should be all that you need.
P.S. - For ease of use, there are also the TcpClient and UdpClient classes.
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.