Freigeben über


DelegatingXmlDictionaryReader.EOF Property

Gets a value indicating if reader is positioned at the end of the stream.

Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim value As Boolean

value = instance.EOF

Syntax

'Declaration
Public Overrides ReadOnly Property EOF As Boolean
public override bool EOF { get; }
public:
virtual property bool EOF {
    bool get () override;
}
/** @property */
public boolean get_EOF ()
public override function get EOF () : boolean

Eigenschaftenwert

true if the user is at the end of the stream; otherwise, false.

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

DelegatingXmlDictionaryReader Class
DelegatingXmlDictionaryReader Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace