update to service stack v4

This commit is contained in:
Luke Pulverenti
2013-12-07 10:52:38 -05:00
parent 1b1bcabbb1
commit f32212d160
110 changed files with 1047 additions and 7749 deletions

View File

@@ -1,5 +1,4 @@
using ServiceStack.Service;
using ServiceStack.ServiceHost;
using ServiceStack.Web;
using System;
using System.Collections.Generic;
using System.Globalization;
@@ -197,7 +196,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
public string ContentType { get; set; }
public IRequestContext RequestContext { get; set; }
public IRequest RequestContext { get; set; }
public object Response { get; set; }