System.Net.Cache.SingleItemRequestCache.WriteOnlyStream.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_writeonlystream));}