NetworkTransport.GetOutgoingSystemBytesCountForHost

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

Parameters

hostId 主机的 ID。
error 错误(可以转换为 NetworkError 以便了解更多信息)。

Returns

int 主机从开始起发送的用户有效负载和协议系统标头总量(以字节为单位)。

Description

返回主机从开始起(从调用 NetworkTransport.AddHost 开始)发送的有效负载和协议系统标头的数量(以字节为单位)。

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