Click or drag to resize

HttpServer Methods

The HttpServer type exposes the following members.

Methods
  NameDescription
Public methodAddWebSocketServiceTBehaviorWithNew(String)
Adds a WebSocket service with the specified behavior and path.
Public methodAddWebSocketServiceTBehaviorWithNew(String, ActionTBehaviorWithNew)
Adds a WebSocket service with the specified behavior, path, and initializer.
Public methodAddWebSocketServiceTBehavior(String, FuncTBehavior) Obsolete.
Adds a WebSocket service with the specified behavior, path, and creator.
Public methodGetFile Obsolete.
Gets the contents of the specified file from the document folder of the server.
Public methodRemoveWebSocketService
Removes a WebSocket service with the specified path.
Public methodStart
Starts receiving incoming requests.
Public methodStop
Stops receiving incoming requests.
Public methodStop(CloseStatusCode, String) Obsolete.
Stops receiving incoming requests and closes each connection.
Public methodStop(UInt16, String) Obsolete.
Stops receiving incoming requests and closes each connection.
Top
See Also