Version: 2017.2
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 ポート
network リレーネットワーク GUID
error Error (can be cast to NetworkError for more information).
dstNode 宛先ノード 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.