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

파라미터

hostIdHost ID associated with this connection.
connectionIdID of the connection.
errorError (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.