mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
also expose the request client IP as seen by server port
This commit is contained in:
@@ -165,7 +165,15 @@ namespace OpenSim.Tests.Common
|
||||
{
|
||||
get
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
public IPEndPoint LocalIPEndPoint
|
||||
{
|
||||
get
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user