FramingWriter.NewRecord Method

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

Overload List

Name Description
FramingWriter.NewRecord () Creates and returns a new framed record with default ID, payload type and format that uses chunked mode.
FramingWriter.NewRecord (String, String, FramingTypeFormat) Creates and returns a new framed record with a specified ID and of a specified payload type, and typeFormat.
FramingWriter.NewRecord (String, String, FramingTypeFormat, Int32) Creates and returns a new 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