C# Class SDownload.Framework.WSReportProxy

Provides an interface for communicating with a remote websocket client
Inheritance: InfoReportProxy
Show file Open project: brkastner/SDownload

Public Methods

Method Description
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

Private Methods

Method Description
WSReport ( String info ) : void

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

Method Details

Close() public method

Close the connection to the remote client
public Close ( ) : void
return void

WSReportProxy() public method

Creates a report proxy that can send information to a websocket client
public WSReportProxy ( Alchemy.Classes.UserContext context ) : System
context Alchemy.Classes.UserContext
return System