Click or drag to resize
MetadataEntry Constructor (String, Byte)
Initializes a new instance of the MetadataEntry struct with a binary value.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public Entry(
	string key,
	byte[] valueBytes
)

Parameters

key
Type: SystemString
Metadata key, needs to have suffix indicating a binary valued metadata entry.
valueBytes
Type: SystemByte
Value bytes.
See Also