FramingRecord Members

Represents the header and payload of a framed record.

The following tables list the members exposed by the FramingRecord type.

Public Properties

  Name Description
public property BodyStream Gets the stream for reading or writing the payload data of a framed record.
public property Chunked Gets a value indicating whether the record is chunked.
public property ChunkSize Gets or sets the maximum size of a chunk when writing chunked payload framed records.
public property ContentLength Gets the payload length of the framed record.
public property Id Gets the id of the framed record.
public property MessageBegin Gets a value indicating whether the record is the first in the message.
public property MessageEnd Gets a value indicating whether the record is the last in the message.
public property Type Gets the type of data in the payload of the framed record.
public property TypeFormat Gets the format of the payload type.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Close Closes a framed record.
public method Dispose Releases all resources used by the FramingRecord.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
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

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