Version: 2017.3
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);

파라미터

hostId Host ID associated with this connection.
connectionId ID of connection.
address IP address.
port Port.
network Relay network guid.
error Error (can be cast to NetworkError for more information).
dstNode Destination 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.