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 | |
---|---|---|
CanRead | Gets a value indicating whether the stream can be read. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Close | Discards any remaining records in the message and closes the reader. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReadRecord | Returns the next record in the framed message in read-only mode. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
FramingReader Class
Microsoft.Web.Services3.Messaging.Framing Namespace