AppHarbor.Test.Mocks.MockHttp.IHttp C# (CSharp) Method

IHttp() private method

private IHttp ( ) : HttpResponse
return RestSharp.HttpResponse
		HttpResponse IHttp.Delete()
		{
			return CreateHttpResponse(HttpStatusCode.NotFound, null);
		}