Version: 5.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 Id of udp socket used to.
connectionId Id of connection.
address Ip4.
port Port.
network Relay network guid.
error Possible error.
dstNode Destination slot id.

설명

Return connection parameters of connected connection, this parameters can be sent to other user which can establish direct connection to this peer. If peer connected via relay, relay related parameters will be not invalid.