Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkTransport.GetConnectionInfo

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public static function GetConnectionInfo(hostId: int, connectionId: int, out address: string, out port: int, out network: Networking.Types.NetworkID, out dstNode: Networking.Types.NodeID, out error: byte): void;
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);

Parameters

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.

Description

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.