C# Класс SDownload.Framework.WSReportProxy

Provides an interface for communicating with a remote websocket client
Наследование: InfoReportProxy
Показать файл Открыть проект

Открытые методы

Метод Описание
Close ( ) : void

Close the connection to the remote client

WSReportProxy ( Alchemy.Classes.UserContext context ) : System

Creates a report proxy that can send information to a websocket client

Приватные методы

Метод Описание
WSReport ( String info ) : void

Sends a string to the remote websocket client passing in default values for the second and third param

Описание методов

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

Close the connection to the remote client
public Close ( ) : void
Результат void

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