You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a Byte-array in the amqp-header if I use the code: result.BasicProperties.Headers.TryGetValue("key", out object value);
the value has the type: BinaryTableValue. But this type is internal. So how can I now get the byte[] content?