Method group is Obsolete

NetworkTransport.ConnectWithSimulator

Obsolete public static int ConnectWithSimulator(int hostId, string address, int port, int exeptionConnectionId, out byte error, ConnectionSimulatorConfig conf);

Parameters

hostIdHost ID associated with this connection (Retrieved when calling Networking.NetworkTransport.AddHost).
addressIPv4 address of the other peer.
portPort of the other peer.
exeptionConnectionIdSet to 0 in the case of a default connection.
errorError (can be cast to NetworkError for more information).
confA Networking.ConnectionSimulatorConfig defined for this connection.

Returns

int A unique connection identifier on success (otherwise zero).

Description

Connect with simulated latency.

Establishes a connection between peers and configures it to simulate Internet latency (only works with the Editor and development builds).

Did you find this page useful? Please give it a rating: