C# Class SDownload.Framework.WSReportProxy

Provides an interface for communicating with a remote websocket client
Inheritance: InfoReportProxy
Afficher le fichier Open project: brkastner/SDownload

Méthodes publiques

Méthode 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

Méthode 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 méthode

Close the connection to the remote client
public Close ( ) : void
Résultat void

WSReportProxy() public méthode

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