Esempio n. 1
0
        public override Stream GetBlobStream(Guid blobId, CallContext context)
        {
#if DEBUG
            var timer = Stopwatch.StartNew();
#endif

            var stream = HeadProvider.GetBlobStream(blobId, context);

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

            return(stream);
        }