Table of Contents

Method OnResolveClientAddress

Namespace
Sisk.SslProxy
Assembly
Sisk.SslProxy.dll

OnResolveClientAddress(HttpRequest, IPEndPoint)

Method that is called when resolving the IP address of the client in the request.

public override IPAddress OnResolveClientAddress(HttpRequest request, IPEndPoint connectingEndpoint)

Parameters

request HttpRequest

The HttpRequest object which contains parameters of the request.

connectingEndpoint IPEndPoint

The original connecting endpoint.

Returns

IPAddress