System.Net.Cache.SingleItemRequestCache.WriteOnlyStream.SetLength C# (CSharp) Méthode

SetLength() public méthode

public SetLength ( long length ) : void
length long
Résultat void
            public override void SetLength(long length)
            {throw new NotSupportedException(SR.GetString(SR.net_writeonlystream));}