CloudinaryDotNet.Actions.FileDescription.IsLastPart C# (CSharp) Méthode

IsLastPart() private méthode

private IsLastPart ( ) : bool
Résultat bool
        internal bool IsLastPart()
        {
            return GetFileLength() - BytesSent <= BufferLength;
        }