mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Update the Http server with a few additional properties. Adapt the test
server code to match.
This commit is contained in:
@@ -75,6 +75,10 @@ namespace OpenSim.Framework.Servers.Tests
|
||||
/// </summary>
|
||||
public event EventHandler<RequestEventArgs> RequestReceived = delegate { };
|
||||
|
||||
public bool CanSend { get { return true; } }
|
||||
public string RemoteEndPoint { get { return ""; } }
|
||||
public string RemoteEndPointAddress { get { return ""; } }
|
||||
public string RemoteEndPointPort { get { return ""; } }
|
||||
}
|
||||
|
||||
public class TestHttpRequest: IHttpRequest
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user