Click or drag to resize
MetadataEntry Structure
Metadata entry

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public struct Entry

The MetadataEntry type exposes the following members.

Constructors
  NameDescription
Public methodMetadataEntry(String, Byte)
Initializes a new instance of the MetadataEntry struct with a binary value.
Public methodMetadataEntry(String, String)
Initializes a new instance of the MetadataEntry struct holding an ASCII value.
Top
Properties
  NameDescription
Public propertyIsBinary
Returns true if this entry is a binary-value entry.
Public propertyKey
Gets the metadata entry key.
Public propertyValue
Gets the string value of this metadata entry.
Public propertyValueBytes
Gets the binary value of this metadata entry.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current MetadataEntry.
(Overrides ValueTypeToString.)
Top
See Also