| Metadata Class |
Namespace: Grpc.Core
The Metadata type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | ||
| Item |
| Name | Description | |
|---|---|---|
| Add(MetadataEntry) | ||
| Add(String, Byte) | ||
| Add(String, String) | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | ||
| Insert | ||
| Remove | ||
| RemoveAt | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BinaryHeaderSuffix |
All binary headers should have this suffix.
| |
| Empty |
An read-only instance of metadata containing no entries.
|