Sockets

  • Thread starter Thread starter SOS
  • Start date Start date
S

SOS

Hi Guys ,
how can i send some data to an IP address ?
for eample i have an local app that is running on the client machines and
listen for incomming data , and i want to send some data to this clients
from ASP.Net?

Thanx
 
Sending the data from ASP.NET is no different than sending from WinForms C#
code. What type of data are you trying to send? Look up the Socket object
in the Framework, or the HTTPWebRequest object if you're really trying to do
HTTP.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top