예제 #1
0
 public void ProcessRequest(HttpContext context)
 {
     context.Response.ContentType = "text/xml";
     context.Response.Write(studioController.UpdateAgentAnswerState(context, MyConfig.MyConnectionString));
 }