C-DEngine 5.105
WebSocketServer Constructor
Initializes a new instance of the
WebSocketServer
class.
Namespace:
WebSocketSharp.Server
Assembly:
C-DEngine
(in C-DEngine.dll)
Syntax
C#
VB
C++
public
WebSocketServer
()
Public
Sub
New
public
:
WebSocketServer
()
Remarks
An instance initialized by this constructor listens for the incoming connection requests on port 80.
See Also
WebSocketServer Class
WebSocketServer Overload
WebSocketSharp.Server Namespace