UserHostAddress question

  • Thread starter Thread starter scott mcfadden
  • Start date Start date
S

scott mcfadden

ASP.Net gives you the ability to obtain the IP address for the current web
request. Is there any way to determine which part of that address is IP
network address versus IP node address?

thanks

scottm
 
In essence, it doesn't matter for ASP.NET to know whether a router is at
the receiving end for its packets which are then forwarded to the client.

All that ASP.NET knows is that it receives a request from an IP
....and it sends the requested packets to the requesting IP.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top