Method group is Obsolete

NetworkTransport.GetMaxAllowedBandwidth

Obsolete The UNET transport will be removed in the future as soon a replacement is ready.

Declaration

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.


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