Search Results for

    Show / Hide Table of Contents

    Class OpenServer

    Inheritance
    System.Object
    OpenServer
    Namespace: OpenAPI
    Assembly: OpenAPI.dll
    Syntax
    public class OpenServer : MiNET.MiNetServer

    Constructors

    | Improve this Doc View Source

    OpenServer()

    Declaration
    public OpenServer()

    Fields

    | Improve this Doc View Source

    OnServerShutdown

    Declaration
    public EventHandler OnServerShutdown
    Field Value
    Type Description
    EventHandler

    Properties

    | Improve this Doc View Source

    FastThreadPool

    Declaration
    public static DedicatedThreadPool FastThreadPool { get; }
    Property Value
    Type Description
    DedicatedThreadPool

    Methods

    | Improve this Doc View Source

    StartServer()

    Starts the server

    Declaration
    public bool StartServer()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    StopServer()

    Stops the server gracefully

    Declaration
    public bool StopServer()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX