| MetadataEntry Class |
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 | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents the current MetadataEntry.
(Overrides ObjectToString.) |