Share via


FramingWriter.LastRecord Method

Creates and returns the last record in the framed message being written to a stream.

Overload List

Name Description
FramingWriter.LastRecord () Gets the last record in the stream. Creates and returns the last record in a framed message with default ID, payload type and format that uses chunked mode.
FramingWriter.LastRecord (String, String, FramingTypeFormat) Creates and returns the last record in a framed message with a specified ID and of a specified payload type, typeFormat that uses chunked mode
FramingWriter.LastRecord (String, String, FramingTypeFormat, Int32) Creates and returns the last record in a framed record with a specified ID and of a specified payload type, typeFormat, and length.

See Also

Reference

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