Search Results for

    Show / Hide Table of Contents

    IClient.Connect Method

    Namespace: Riptide.Transports
    Assembly: RiptideNetworking.dll

    Connect(string, out Connection, out string)

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

    bool Connect(string hostAddress, out Connection connection, out string connectError)

    Parameters

    string hostAddress

    The host address to connect to.

    Connection connection

    The pending connection. null if an issue occurred.

    string connectError

    The error message associated with the issue that occurred, if any.

    Returns

    bool

    true if a connection attempt will be made. false if an issue occurred (such as hostAddress being in an invalid format) and a connection attempt will not be made.

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