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

@@ -165,7 +165,15 @@ namespace OpenSim.Tests.Common
{
get
{
throw new NotImplementedException ();
throw new NotImplementedException();
}
}
public IPEndPoint LocalIPEndPoint
{
get
{
throw new NotImplementedException();
}
}