Version: 5.6

NetworkTransport.GetMaxAllowedBandwidth

매뉴얼로 전환
public static int GetMaxAllowedBandwidth (int hostId, int connectionId, out byte error);

파라미터

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

반환

int Currently-allowed bandwidth in bytes per second.

설명

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.