System.Net.Cache.SingleItemRequestCache.ReadOnlyStream.SetLength C# (CSharp) Method

SetLength() public method

public SetLength ( long length ) : void
length long
return void
            public override void SetLength(long length)
            {
                throw new NotSupportedException(SR.GetString(SR.net_readonlystream));
            }