Share via


DimeRecord Members

Represents the header and payload of a DIME record.

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

Public Properties

  Name Description
public property BodyStream Gets the stream for reading or writing the payload data of a DIME 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 DIME records.
public property ContentLength Gets the payload length of the DIME record.
public property Id Gets the id of the DIME 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 DIME 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 DIME record.
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (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

DimeRecord Class
Microsoft.Web.Services2.Dime Namespace