Merge branch 'avination' into careminster

This commit is contained in:
Melanie
2012-09-29 21:47:08 +01:00
5 changed files with 140 additions and 37 deletions

View File

@@ -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