Click or drag to resize
MetadataEntry Class
Metadata entry
Inheritance Hierarchy
SystemObject
  Grpc.CoreMetadataEntry

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 1.0.0
Syntax
public class 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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current MetadataEntry.
(Overrides ObjectToString.)
Top
See Also