Inheritance
System.Object
MutableMessageHeaders
Assembly: Steeltoe.Integration.IntegrationBase.dll
public class MutableMessageHeaders : MessageHeaders
Constructors
|
Edit this page
View Source
Declaration
public MutableMessageHeaders(IDictionary<string, object> headers)
Parameters
Type |
Name |
Description |
IDictionary<System.String, System.Object> |
headers |
|
|
Edit this page
View Source
Declaration
public MutableMessageHeaders(IDictionary<string, object> headers, string id, long? timestamp)
Parameters
Type |
Name |
Description |
IDictionary<System.String, System.Object> |
headers |
|
System.String |
id |
|
System.Nullable<System.Int64> |
timestamp |
|
Properties
|
Edit this page
View Source
Declaration
public override object this[string key] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
Type |
Description |
System.Object |
|
Methods
|
Edit this page
View Source
Declaration
public override void Add(KeyValuePair<string, object> item)
Parameters
Type |
Name |
Description |
KeyValuePair<System.String, System.Object> |
item |
|
|
Edit this page
View Source
Declaration
public override void Add(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
|
Edit this page
View Source
Declaration
public virtual void AddRange(IDictionary<string, object> map)
Parameters
Type |
Name |
Description |
IDictionary<System.String, System.Object> |
map |
|
|
Edit this page
View Source
Declaration
public override void Clear()
|
Edit this page
View Source
Declaration
public override bool Remove(KeyValuePair<string, object> item)
Parameters
Type |
Name |
Description |
KeyValuePair<System.String, System.Object> |
item |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
public override bool Remove(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Boolean |
|