Method ContainsKey
ContainsKey(string)
Determines whether the NatsHeaders contains a specific key.
public bool ContainsKey(string key)
Parameters
key
stringThe key.
Returns
- bool
true if the NatsHeaders contains a specific key; otherwise, false.