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 | |
---|---|---|
BodyStream | Gets the stream for reading or writing the payload data of a DIME record. | |
Chunked | Gets a value indicating whether the record is chunked. | |
ChunkSize | Gets or sets the maximum size of a chunk when writing chunked payload DIME records. | |
ContentLength | Gets the payload length of the DIME record. | |
Id | Gets the id of the DIME record. | |
MessageBegin | Gets a value indicating whether the record is the first in the message. | |
MessageEnd | Gets a value indicating whether the record is the last in the message. | |
Type | Gets the type of data in the payload of the DIME record. | |
TypeFormat | Gets the format of the payload type. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Close | Closes a DIME record. | |
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top