Пример #1
0
        public override bool SetBlobStream(Stream stream, Guid blobId, CallContext context)
        {
#if DEBUG
            var timer = Stopwatch.StartNew();
#endif

            var set = HeadProvider.SetBlobStream(stream, blobId, context);

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

            return(set);
        }