C# Class nsCDEngine.Communication.CDEWSBehavior

Inheritance: WebSocketBehavior
显示文件 Open project: TRUMPF-IoT/C-DEngine Class Usage Examples

Public Methods

Method Description
CDEWSBehavior ( ) : System

Protected Methods

Method Description
OnClose ( CloseEventArgs e ) : void
OnError ( ErrorEventArgs e ) : void
OnMessage ( MessageEventArgs e ) : void
OnOpen ( ) : void

Private Methods

Method Description
SendB ( Array pBytes ) : void
SendB ( string pBytes ) : void

Method Details

CDEWSBehavior() public method

public CDEWSBehavior ( ) : System
return System

OnClose() protected method

protected OnClose ( CloseEventArgs e ) : void
e CloseEventArgs
return void

OnError() protected method

protected OnError ( ErrorEventArgs e ) : void
e ErrorEventArgs
return void

OnMessage() protected method

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

OnOpen() protected method

protected OnOpen ( ) : void
return void