Metadata Class |
Namespace: Grpc.Core
The Metadata type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | IList | |
| IsReadOnly | IList | |
| Item | IList |
| Name | Description | |
|---|---|---|
| Add(MetadataEntry) | IList | |
| Add(String, Byte) | IList | |
| Add(String, String) | IList | |
| Clear | IList | |
| Contains | IList | |
| CopyTo | IList | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator | IList | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | IList | |
| Insert | IList | |
| Remove | IList | |
| RemoveAt | IList | |
| 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.
|