9 references to UserHostAddress
System.Runtime.Remoting (2)
channels\http\httpremotinghandler.cs (2)
309string remoteAddress = context.Request.UserHostAddress; 567requestHeaders.IPAddress = IPAddress.Parse(httpRequest.UserHostAddress);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
808return this.result.Application.Request.UserHostAddress; 855address = this.result.Application.Request.UserHostAddress;
System.Web (5)
Abstractions\HttpRequestWrapper.cs (1)
305return _httpRequest.UserHostAddress;
HttpRequest.cs (2)
608AddServerVariableToCollection("REMOTE_ADDR", this.UserHostAddress); 1804s = UserHostAddress;
HttpServerVarsCollection.cs (1)
143return _request.UserHostAddress;
Management\WebEvents.cs (1)
1976_userHostAddress = request.UserHostAddress;