ServerReflectionRequestFileContainingExtension Property |
Find the proto file which defines an extension extending the given
message type with the given field number.
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic ExtensionRequest FileContainingExtension { get; set; }Public Property FileContainingExtension As ExtensionRequest
Get
Set
public:
property ExtensionRequest^ FileContainingExtension {
ExtensionRequest^ get ();
void set (ExtensionRequest^ value);
}member FileContainingExtension : ExtensionRequest with get, set
Property Value
Type:
ExtensionRequest
See Also