Aurora.Services.WebAPI_StreamHandler.WebAPI_StreamHandler C# (CSharp) Method

WebAPI_StreamHandler() public method

public WebAPI_StreamHandler ( WebAPIHandler webapi, WebAPIHttpMethod method ) : System
webapi WebAPIHandler
method WebAPIHttpMethod
return System
        public WebAPI_StreamHandler(WebAPIHandler webapi, WebAPIHttpMethod method)
            : base(method.ToString(), httpPath)
        {
            WebAPI = webapi;
        }
WebAPI_StreamHandler