Searched refs:GetValueBytes (Results 1 – 2 of 2) sorted by relevance
320 public void GetValueBytes() in GetValueBytes() method in Grpc.Core.Tests.MetadataTest329 var abcValue = metadata.GetValueBytes("abc-bin"); in GetValueBytes()332 var xyzValue = metadata.GetValueBytes("xyz-bin"); in GetValueBytes()335 var notFound = metadata.GetValueBytes("not-found"); in GetValueBytes()347 var xyzValue = metadata.GetValueBytes("xyz"); in GetValueBytes_StringValue()
110 public byte[] GetValueBytes(string key) in GetValueBytes() method in Grpc.Core.Metadata