Version: 2017.3

NetworkTransport.GetMaxAllowedBandwidth

Cambiar al Manual
public static int GetMaxAllowedBandwidth (int hostId, int connectionId, out byte error);

Parámetros

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

Valor de retorno

int Currently-allowed bandwidth in bytes per second.

Descripción

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.