Share via


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
public property ChunkSize Gets or sets the size of the chunks in a framed record.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Close Closes the framed message.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method LastRecord Overloaded. Creates and returns the last record in the framed message being written to a stream.
public method NewRecord Overloaded. Creates and returns the next record in the framed message being written to a stream.
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

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