ServerReflectionRequestFileByFilename Property |
Find a proto file by the file name.
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic string FileByFilename { get; set; }Public Property FileByFilename As String
Get
Set
public:
property String^ FileByFilename {
String^ get ();
void set (String^ value);
}member FileByFilename : string with get, set
Property Value
Type:
String
See Also