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

@@ -16,7 +16,7 @@ namespace OSHttpServer
/// </summary>
string SSLCommonName { get; }
IPEndPoint LocalRemoteEndPoint {get; set;}
IPEndPoint LocalIPEndPoint {get; set;}
/// <summary>
/// Using SSL or other encryption method.