Update the Http server with a few additional properties. Adapt the test
server code to match.avinationmerge
parent
6cf51c329a
commit
285039949c
|
@ -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.
Loading…
Reference in New Issue