「ServiceStack/はじめに/最初のWebサービスを作ってみる」の版間の差分

92行目: 92行目:
using System.Web;
using System.Web;
using System.Web.SessionState;
using System.Web.SessionState;
using ServiceStack.WebHost.Endpoints;
 
using ServiceStack;


public class Global : System.Web.HttpApplication
public class Global : System.Web.HttpApplication
{
{
     public class HelloAppHost : AppHostBase
     public class HelloAppHost : ServiceStack.AppHostBase
     {
     {
         //Tell Service Stack the name of your application and where to find your web services
         //Tell Service Stack the name of your application and where to find your web services