can I set request.UserHostAddress

  • Thread starter Thread starter robert rottermann via .NET 247
  • Start date Start date
R

robert rottermann via .NET 247

(Type your message here)

--------------------------------
From: robert rottermann
Hi everybody,
is it possible to set the UserHostAddress when sending a request?

Thanks for your time
Robert
 
robert said:
(Type your message here)

Your ASP.NET code receives HttpRequests, it doesn't send them. If you want
send a request to another server, use System.Net.WebClient or WebRequest.

Cheers,
 
Back
Top