Search Results for

    Show / Hide Table of Contents

    Server Constructor

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    Overloads

    Server(IServer, string)

    Handles initial setup.

    Server(string)

    Handles initial setup using the built-in UDP transport.

    Server(IServer, string)

    Handles initial setup.

    public Server(IServer transport, string logName = "SERVER")

    Parameters

    IServer transport

    The transport to use for sending and receiving data.

    string logName

    The name to use when logging messages via RiptideLogger.

    Server(string)

    Handles initial setup using the built-in UDP transport.

    public Server(string logName = "SERVER")

    Parameters

    string logName

    The name to use when logging messages via RiptideLogger.

    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX