C# 클래스 SDownload.Framework.WSReportProxy

Provides an interface for communicating with a remote websocket client
상속: InfoReportProxy
파일 보기 프로젝트 열기: brkastner/SDownload

공개 메소드들

메소드 설명
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