IContentHeader
Known direct subtypes:
FileProperties
The specification code generator provides protocol-version-specific implementations of this interface. To obtain an implementation of this interface in a protocol-version-neutral way, use IModel.CreateFileProperties().
Each property is readable, writable and clearable: a cleared property will not be transmitted over the wire. Properties on a fresh instance are clear by default.
| Type | Name | Summary |
|---|---|---|
string
|
ClusterId
(rw)
|
intra-cluster routing identifier |
string
|
ContentEncoding
(rw)
|
MIME content encoding |
string
|
ContentType
(rw)
|
MIME content type |
string
|
Filename
(rw)
|
message filename |
IDictionary
|
Headers
(rw)
|
message header field table |
string
|
MessageId
(rw)
|
application message identifier |
byte
|
Priority
(rw)
|
message priority, 0 to 9 |
string
|
ReplyTo
(rw)
|
destination to reply to |
AmqpTimestamp
|
Timestamp
(rw)
|
message timestamp |
| Name | Summary |
|---|---|
void ClearClusterId()
|
Clear the ClusterId property. |
void ClearContentEncoding()
|
Clear the ContentEncoding property. |
void ClearContentType()
|
Clear the ContentType property. |
void ClearFilename()
|
Clear the Filename property. |
void ClearHeaders()
|
Clear the Headers property. |
void ClearMessageId()
|
Clear the MessageId property. |
void ClearPriority()
|
Clear the Priority property. |
void ClearReplyTo()
|
Clear the ReplyTo property. |
void ClearTimestamp()
|
Clear the Timestamp property. |
void ClearContentEncoding()
| Return type |
void
|
|---|