System.Runtime.Remoting.Channels.Http.HttpReadingStream.SetLength C# (CSharp) Méthode

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void
        public override  void SetLength(long value) { throw new NotSupportedException(); }