Table of Contents

Method ContainsKey

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

ContainsKey(string)

Determines whether the NatsHeaders contains a specific key.

public bool ContainsKey(string key)

Parameters

key string

The key.

Returns

bool

true if the NatsHeaders contains a specific key; otherwise, false.