ICloneable
IContentHeader
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 |
|---|---|---|
|
ClusterId (rw)
|
intra-cluster routing identifier |
|
ContentEncoding (rw)
|
MIME content encoding |
|
ContentType (rw)
|
MIME content type |
|
Filename (rw)
|
message filename |
|
Headers (rw)
|
message header field table |
|
MessageId (rw)
|
application message identifier |
|
Priority (rw)
|
message priority, 0 to 9 |
|
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. |
bool IsClusterIdPresent()
|
Returns true iff the ClusterId property is present. |
bool IsContentEncodingPresent()
|
Returns true iff the ContentEncoding property is present. |
bool IsContentTypePresent()
|
Returns true iff the ContentType property is present. |
bool IsFilenamePresent()
|
Returns true iff the Filename property is present. |
bool IsHeadersPresent()
|
Returns true iff the Headers property is present. |
bool IsMessageIdPresent()
|
Returns true iff the MessageId property is present. |
bool IsPriorityPresent()
|
Returns true iff the Priority property is present. |
bool IsReplyToPresent()
|
Returns true iff the ReplyTo property is present. |
bool IsTimestampPresent()
|
Returns true iff the Timestamp property is present. |
void ClearContentEncoding()
| Return type | |
|---|
bool IsClusterIdPresent()
| Return type | |
|---|
bool IsContentEncodingPresent()
| Return type | |
|---|
bool IsContentTypePresent()
| Return type | |
|---|
bool IsFilenamePresent()
| Return type | |
|---|
bool IsHeadersPresent()
| Return type | |
|---|
bool IsMessageIdPresent()
| Return type | |
|---|
bool IsPriorityPresent()
| Return type | |
|---|