Esempio n. 1
0
        /* Media part of DataProvider */

        public override bool BlobStreamExists(Guid blobId, CallContext context)
        {
#if DEBUG
            var timer = Stopwatch.StartNew();
#endif

            var exists = HeadProvider.BlobStreamExists(blobId, context);

#if DEBUG
            this.Trace(exists, timer, blobId, context);
#endif

            return(exists);
        }