StreamReader Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The StreamReader type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 BaseStream When it is called by trusted applications, returns the underlying stream.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrentEncoding When it is called by trusted applications, gets the current character encoding that the current StreamReader object is using.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 EndOfStream When it is called by trusted applications, gets a value that indicates whether the current stream position is at the end of the stream.

Top