Table of Contents

Class ForwardingResolver

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

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 class ForwardingResolver
Inheritance
ForwardingResolver
Derived
Inherited Members

Constructors

ForwardingResolver()

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.