FramingReader Members

Reads framed messages from a stream as a series of framed records.

The following tables list the members exposed by the FramingReader type.

Public Constructors

  Name Description
FramingReader Overloaded.  

Top

Public Properties

  Name Description
public property CanRead Gets a value indicating whether the stream can be read.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Close Discards any remaining records in the message and closes the reader.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method ReadRecord Returns the next record in the framed message in read-only mode.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

FramingReader Class
Microsoft.Web.Services3.Messaging.Framing Namespace