상속: IService, IWebAPIHandler
예제 #1
0
 public WebAPI_StreamHandler(WebAPIHandler webapi, WebAPIHttpMethod method)
     : base(method.ToString(), httpPath)
 {
     WebAPI = webapi;
 }