> I want to log the IP of all calls to Kayak.
> Thanks.
It will be the right-most value of the X-Forwarded-For header which Kayak adds for every incoming request.
KayakServer.Factory.CreateHttp(RequestDelegate, scheduler);
public void OnRequest(HttpRequestHead request, IDataProducer requestBody, IHttpResponseDelegate response)