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