Class ForwardingResolver
Provides HTTP forwarding resolving methods that can be used to resolving the client remote address, host and protocol of a proxy, load balancer or CDN, through the HTTP request.
public abstract class ForwardingResolver
- Inheritance
-
ForwardingResolver
- Inherited Members
Constructors
Methods
- OnResolveClientAddress(HttpRequest, IPEndPoint)
Method that is called when resolving the IP address of the client in the request.
- OnResolveRequestHost(HttpRequest, string)
Method that is called when resolving the client request host.
- OnResolveSecureConnection(HttpRequest, bool)
Method that is called when resolving whether the HTTP request is using HTTPS or HTTP.