Click or drag to resize
MetadataEntry Constructor (String, String)
Initializes a new instance of the MetadataEntry struct holding an ASCII value.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public Entry(
	string key,
	string value
)

Parameters

key
Type: SystemString
Metadata key, must not use suffix indicating a binary valued metadata entry.
value
Type: SystemString
Value string. Only ASCII characters are allowed.
See Also