MetadataEntry Structure |
Namespace: Grpc.Core
The MetadataEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | MetadataEntry(String, Byte) |
Initializes a new instance of the MetadataEntry struct with a binary value.
|
![]() | MetadataEntry(String, String) |
Initializes a new instance of the MetadataEntry struct holding an ASCII value.
|
Name | Description | |
---|---|---|
![]() | IsBinary |
Returns true if this entry is a binary-value entry.
|
![]() | Key |
Gets the metadata entry key.
|
![]() | Value |
Gets the string value of this metadata entry.
|
![]() | ValueBytes |
Gets the binary value of this metadata entry.
|
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents the current MetadataEntry.
(Overrides ValueTypeToString.) |