also expose the request client IP as seen by server port

This commit is contained in:
UbitUmarov
2020-04-13 14:34:03 +01:00
parent e0ba96055c
commit b419f71a68
7 changed files with 21 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ namespace OSHttpServer
context.Stream = stream;
context.IsSecured = isSecured;
context.LocalRemoteEndPoint = endPoint;
context.LocalIPEndPoint = endPoint;
ContextTimeoutManager.StartMonitoringContext(context);
m_activeContexts[context.contextID] = context;
context.Start();