Search Results for

    Show / Hide Table of Contents

    IClient Interface

    Namespace: Riptide.Transports
    Assembly: RiptideNetworking.dll

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

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

    Methods

    Connect(string, out Connection, out string)

    Starts the transport and attempts to connect to the given host address.

    Disconnect()

    Closes the connection to the server.

    Events

    Connected

    Invoked when a connection is established at the transport level.

    ConnectionFailed

    Invoked when a connection attempt fails at the transport level.

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