NetworkTransport.GetOutgoingUserBytesCountForConnection

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

Parameters

hostId 与此连接关联的主机 ID。
connectionId 连接的 ID。
error 错误(可以转换为 NetworkError 以便了解更多信息)。

Returns

int 连接从开始起发送的有效负载总量(以字节为单位)。

Description

返回连接从开始起(对于主动连接,从调用 NetworkTransport.Connect 开始;对于被动连接,从收到连接请求开始)发送的用户有效负载字节数。

要确定有效负载速率,请定期对此值进行采样,并用差值除以中间时间段。