System.Runtime.Remoting.Channels.Http.HttpReadingStream.SetLength C# (CSharp) 메소드

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void
        public override  void SetLength(long value) { throw new NotSupportedException(); }