System.Net.Cache.SingleItemRequestCache.ReadOnlyStream.SetLength C# (CSharp) 메소드

SetLength() 공개 메소드

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