FastNetwork.Packet.IsSent C# (CSharp) Method

IsSent() public method

获取一个值,该值指示当前packet是否已发送完毕.
public IsSent ( ) : bool
return bool
        public bool IsSent()
        {
            return this.SentSize >= this.Payload.Length;
        }