Interface INatsHeaders
Represents NATS message headers as a dictionary of string keys and StringValues values.
public interface INatsHeaders : IDictionary<string, StringValues>, ICollection<KeyValuePair<string, StringValues>>, IEnumerable<KeyValuePair<string, StringValues>>, IEnumerable
- Inherited Members