Version: 2017.2

NetworkTransport.GetMaxAllowedBandwidth

Switch to Manual
public static int GetMaxAllowedBandwidth (int hostId, int connectionId, out byte error);

Parameters

hostId Host ID associated with this connection.
connectionId ID of the connection.
error Error (can be cast to NetworkError for more information).

Returns

int Currently-allowed bandwidth in bytes per second.

Description

Gets the currently-allowed network bandwidth in bytes per second. The value returned can vary because bandwidth can be throttled by flow control. If the bandwidth is throttled to zero, the connection is disconnected.ted.