Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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