Click or drag to resize

ServerReflectionRequestFileContainingSymbol Property

Find the proto file that declares the given fully-qualified symbol name. This field should be a fully-qualified symbol name (e.g. <package>.<service>[.<method>] or <package>.<type>).

Namespace:  Grpc.Reflection.V1Alpha
Assembly:  Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntax
public string FileContainingSymbol { get; set; }

Property Value

Type: String
See Also