C# Class windowEgretDebuger.DebugServer

Inheritance: WebSocketSharp.Server.WebSocketBehavior
显示文件 Open project: lightszero/EgretUnity

Public Methods

Method Description
Close ( ) : void
DebugServer ( ) : System

Protected Methods

Method Description
OnMessage ( MessageEventArgs e ) : void

Method Details

Close() public method

public Close ( ) : void
return void

DebugServer() public method

public DebugServer ( ) : System
return System

OnMessage() protected method

protected OnMessage ( MessageEventArgs e ) : void
e MessageEventArgs
return void