Method OnResolveClientAddress
OnResolveClientAddress(HttpRequest, IPEndPoint)
Method that is called when resolving the IP address of the client in the request.
public virtual IPAddress OnResolveClientAddress(HttpRequest request, IPEndPoint connectingEndpoint)
Parameters
request
HttpRequestThe HttpRequest object which contains parameters of the request.
connectingEndpoint
IPEndPointThe original connecting endpoint.