Click or drag to resize

FileDescriptorResponseFileDescriptorProto Property

Serialized FileDescriptorProto messages. We avoid taking a dependency on descriptor.proto, which uses proto2 only features, by making them opaque bytes instead.

Namespace:  Grpc.Reflection.V1Alpha
Assembly:  Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntax
public RepeatedField<ByteString> FileDescriptorProto { get; }

Property Value

Type: RepeatedFieldByteString
See Also