Click or drag to resize

HttpMonitorGetDeadConnectionFrame Method

Creates and return a DeadConnection message wrapped in a WebSocket frame

Namespace:  Crosser.Server.Modules.Protocol.Monitor
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
protected override byte[] GetDeadConnectionFrame()

Return Value

Type: Byte
Frame for dead connection operation
See Also