gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
Grpc.Core.Metadata Class Reference

gRPC call metadata. More...

Classes

class  Builder
 
struct  MetadataEntry
 

Public Member Functions

 Metadata (ImmutableList< MetadataEntry > entries)
 

Static Public Member Functions

static Builder CreateBuilder ()
 

Static Public Attributes

static readonly Metadata Empty = new Metadata(ImmutableList<MetadataEntry>.Empty)
 

Properties

ImmutableList< MetadataEntryEntries [get]
 

Detailed Description

gRPC call metadata.


The documentation for this class was generated from the following file: