I am new in Network programing in C#.
Actaully i have a class which have accepted all the incoming request from client machine and print that details in screen.
For example:
- First run Application
- Listen the application check the incoming request..
In the client machine,user has typed
www.rediffmail.com in internet Explorer URL Box and press enter.
-My applicaition got the HTTPrequest and print that request detail
In that detail i haven't find the IP address of client machine where the request come from..
how do i find the details of client machine?