Home
last modified time | relevance | path

Searched refs:UserHostAddress (Results 1 – 25 of 53) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DServerVariablesCollection.cs199 Add("REMOTE_ADDR", _request.UserHostAddress); in loadServerVariablesCollection()
254 return this._request.UserHostAddress; in InternalGet()
258 return this._request.UserHostAddress; in InternalGet()
H A DHttpRequestWrapper.cs243 public override string UserHostAddress { property in System.Web.HttpRequestWrapper
244 get { return w.UserHostAddress; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/WebSockets/
H A DAspNetWebSocketContextImpl.cs257 public override string UserHostAddress { property in System.Web.WebSockets.AspNetWebSocketContextImpl
259 return _httpContext.Request.UserHostAddress;
H A DAspNetWebSocketContext.cs189 public virtual string UserHostAddress { property in System.Web.WebSockets.AspNetWebSocketContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Abstractions/
H A DHttpRequestWrapper.cs303 public override string UserHostAddress { property in System.Web.HttpRequestWrapper
305 return _httpRequest.UserHostAddress;
H A DHttpRequestBase.cs294 public virtual String UserHostAddress { property in System.Web.HttpRequestBase
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock/JsonRpc/Web/
H A DHttpRequestSecurity.cs47 string userHostAddress = Mask.NullString(request.UserHostAddress); in IsLocal()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/ServiceHost/
H A DIHttpRequest.cs65 string UserHostAddress { get; } property
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Diagnostics/
H A DTraceUtility.cs216 requestDetails.Add(Res.GetString(Res.TraceUserHostAddress, request.UserHostAddress)); in Details()
217 …string hostName = request.UserHostAddress == request.UserHostName ? GetHostByAddress(request.UserH… in Details()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DHttpListenerRequest.platformnotsupported.cs136 public string UserHostAddress { property in System.Net.HttpListenerRequest
H A DHttpListenerRequest.cs211 host = UserHostAddress; in FinishInitialization()
523 public string UserHostAddress { property in System.Net.HttpListenerRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/
H A DHttpContextInfo.cs240 get { return req.UserHostAddress; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Management/
H A DWebEvents.cs1282 …fields.Add(new WebEventFieldData("UserHostAddress", RequestInformation.UserHostAddress, WebEventFi… in GenerateFieldsForMarshal()
1457 …fields.Add(new WebEventFieldData("UserHostAddress", RequestInformation.UserHostAddress, WebEventFi… in GenerateFieldsForMarshal()
1556 …fields.Add(new WebEventFieldData("UserHostAddress", RequestInformation.UserHostAddress, WebEventFi… in GenerateFieldsForMarshal()
1616 …fields.Add(new WebEventFieldData("UserHostAddress", RequestInformation.UserHostAddress, WebEventFi… in GenerateFieldsForMarshal()
1976 _userHostAddress = request.UserHostAddress; in WebRequestInformation()
1989 public string UserHostAddress { get { return _userHostAddress;} } property in System.Web.Management.WebRequestInformation
2013 …(WebBaseEvent.FormatResourceStringWithCache(SR.Webevent_event_user_host_address, UserHostAddress)); in FormatToString()
H A Dwmiprovider.cs114 wmiData.userHostAddress = reqInfo.UserHostAddress; in FillRequestWmiDataFields()
H A DEventlogProvider.cs98 dataFields.Add(reqInfo.UserHostAddress); in AddWebRequestInformationDataFields()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web/
H A DHttpRequestCas.cs125 Assert.IsNull (request.UserHostAddress, "UserHostAddress"); in Properties_Deny_Unrestricted()
H A DHttpRequestTest.cs618 Assert.AreEqual ("RemoteAddress", c.Request.UserHostAddress, "A9"); in Test_RequestFields()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activation/System/ServiceModel/Activation/
H A DHostedHttpContext.cs808 return this.result.Application.Request.UserHostAddress; in RemoteEndpointMessageProperty.IRemoteEndpointProvider.GetAddress()
855 address = this.result.Application.Request.UserHostAddress; in TryGetAddressAndPort()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/ref/
H A DSystem.Net.HttpListener.cs108 public string UserHostAddress { get { throw null; } } property in System.Net.HttpListenerRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpServerVarsCollection.cs143 return _request.UserHostAddress; in GetSimpleServerVar()
H A DHttpRequest.cs608 AddServerVariableToCollection("REMOTE_ADDR", this.UserHostAddress); in FillInServerVariablesCollection()
1794 s = UserHostAddress;
1807 public String UserHostAddress { property in System.Web.HttpRequest
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Managed/
H A DHttpListenerRequest.Managed.cs186 host = UserHostAddress; in FinishInitialization()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/
H A DHttpListenerRequest.cs210 public string UserHostAddress => LocalEndPoint.ToString(); field in System.Net.HttpListenerRequest
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/tests/
H A DHttpListenerRequestTests.cs206 Assert.Equal(Client.RemoteEndPoint.ToString(), request.UserHostAddress); in EndPointProperties_GetProperty_ReturnsExpected()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Web.Abstractions.cs611 public virtual string UserHostAddress { get { throw null; } } property in System.Web.HttpRequestBase
662 public override string UserHostAddress { get { throw null; } } property in System.Web.HttpRequestWrapper

123