2 writes to _userHostAddress
System.Web (2)
Management\WebEvents.cs (2)
1971
_userHostAddress
= String.Empty;
1976
_userHostAddress
= request.UserHostAddress;
1 reference to _userHostAddress
System.Web (1)
Management\WebEvents.cs (1)
1989
public string UserHostAddress { get { return
_userHostAddress
;} }