public static void GetConnectionInfo (int hostId, int connectionId, out string address, out int port, out Networking.Types.NetworkID network, out Networking.Types.NodeID dstNode, out byte error);

파라미터

hostIdHost ID associated with this connection.
connectionIdID of connection.
addressIP address.
portPort.
networkRelay network guid.
errorError (can be cast to NetworkError for more information).
dstNodeDestination slot id.

설명

Returns the connection parameters for the specified connectionId. These parameters can be sent to other users to establish a direct connection to this peer. If this peer is connected to the host via Relay, the Relay-related parameters are set.