Auf Englisch lesen Bearbeiten

Freigeben über


XmlTextWriter.BaseStream Property

Definition

Gets the underlying stream object.

C#
public System.IO.Stream? BaseStream { get; }
C#
public System.IO.Stream BaseStream { get; }

Property Value

The stream to which the XmlTextWriter is writing or null if the XmlTextWriter was constructed using a TextWriter that does not inherit from the StreamWriter class.

Remarks

Hinweis

Starting with the .NET Framework 2.0, we recommend that you create XmlWriter instances by using the XmlWriter.Create method and the XmlWriterSettings class to take advantage of new functionality.

If the writer was constructed using a TextWriter that is derived from the StreamWriter class, this property is equivalent to the StreamWriter.BaseStream property. If the writer was constructed using a Stream, this property returns the Stream passed to the constructor. If the writer was constructed using a file name, this property returns the Stream representing the file.

Applies to

Produkt Versionen
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1