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