FramingWriter Members
Writes a framed message as a series of framed records to a stream.
The following tables list the members exposed by the FramingWriter type.
Public Constructors
Name | Description | |
---|---|---|
FramingWriter | Initializes a new instance of the FramingWriter class using the specified stream. |
Top
Public Properties
Name | Description | |
---|---|---|
ChunkSize | Gets or sets the size of the chunks in a framed record. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Close | Closes the framed message. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
LastRecord | Overloaded. Creates and returns the last record in the framed message being written to a stream. | |
NewRecord | Overloaded. Creates and returns the next record in the framed message being written to a stream. | |
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
FramingWriter Class
Microsoft.Web.Services3.Messaging.Framing Namespace