Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Applet / ActiveX like functionality in .NET

Status
Not open for further replies.

leolinder

Programmer
Jun 2, 2003
1
US
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.

Any input is appreciated. Thanks.

Leo Linder
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top