Search Results for

    Show / Hide Table of Contents

    IServer Interface

    Namespace: Riptide.Transports
    Assembly: RiptideNetworking.dll

    Defines methods, properties, and events which every transport's server must implement.

    public interface IServer : IPeer
    Inherited Members
    IPeer.DataReceived
    IPeer.Disconnected
    IPeer.Poll()

    Properties

    Port

    The local port that the server is running on.

    Methods

    Close(Connection)

    Closes an active connection.

    Shutdown()

    Closes all existing connections and stops listening for new connections.

    Start(ushort)

    Starts the transport and begins listening for incoming connections.

    Events

    Connected

    Invoked when a connection is established at the transport level.

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