SDownload.Framework.WSReportProxy.WSReportProxy C# (CSharp) Метод

WSReportProxy() публичный Метод

Creates a report proxy that can send information to a websocket client
public WSReportProxy ( Alchemy.Classes.UserContext context ) : System
context Alchemy.Classes.UserContext
Результат System
        public WSReportProxy(UserContext context)
        {
            if (context == null) return;

            Context = context;
            Remote = WSReport;
        }