Click or drag to resize

WebSocketServer Constructor

Overload List
  NameDescription
Public methodWebSocketServer
Initializes a new instance of the WebSocketServer class.
Public methodWebSocketServer(Int32)
Initializes a new instance of the WebSocketServer class with the specified port.
Public methodWebSocketServer(String)
Initializes a new instance of the WebSocketServer class with the specified url.
Public methodWebSocketServer(Int32, Boolean)
Initializes a new instance of the WebSocketServer class with the specified port and secure.
Public methodWebSocketServer(IPAddress, Int32)
Initializes a new instance of the WebSocketServer class with the specified address and port.
Public methodWebSocketServer(IPAddress, Int32, Boolean)
Initializes a new instance of the WebSocketServer class with the specified address, port, and secure.
Top
See Also