Class OpenServer
Inheritance
System.Object
OpenServer
Namespace: OpenAPI
Assembly: OpenAPI.dll
Syntax
public class OpenServer : MiNET.MiNetServer
Constructors
| Improve this Doc View SourceOpenServer()
Declaration
public OpenServer()
Fields
| Improve this Doc View SourceOnServerShutdown
Declaration
public EventHandler OnServerShutdown
Field Value
Type | Description |
---|---|
EventHandler |
Properties
| Improve this Doc View SourceFastThreadPool
Declaration
public static DedicatedThreadPool FastThreadPool { get; }
Property Value
Type | Description |
---|---|
DedicatedThreadPool |
Methods
| Improve this Doc View SourceStartServer()
Starts the server
Declaration
public bool StartServer()
Returns
Type | Description |
---|---|
System.Boolean |
StopServer()
Stops the server gracefully
Declaration
public bool StopServer()
Returns
Type | Description |
---|---|
System.Boolean |