network programming in asp or asp.net
-
I know in perl, there is a library called LWP which causes your program to act like a web browser. It will go to the address you supply and gather the html which would normally be sent to the client's browers and saves it as a string. How is this done in ASP or ASP.NET?
-
I know in perl, there is a library called LWP which causes your program to act like a web browser. It will go to the address you supply and gather the html which would normally be sent to the client's browers and saves it as a string. How is this done in ASP or ASP.NET?
I don't know anything about the extent of LWP, but to retrieve a page from the internet, look at System.Net.HttpWebRequest. I have not used it, so I don't know how well it works.
-
I don't know anything about the extent of LWP, but to retrieve a page from the internet, look at System.Net.HttpWebRequest. I have not used it, so I don't know how well it works.
-
use socket programming with system.net,system.net.sockets namespaces and use tcpclient,tcplistener classes u can get it at msdn