ServerReflectionResponseParser Property |
[Missing <summary> documentation for "P:Grpc.Reflection.V1Alpha.ServerReflectionResponse.Parser"]
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic static MessageParser<ServerReflectionResponse> Parser { get; }Public Shared ReadOnly Property Parser As MessageParser(Of ServerReflectionResponse)
Get
public:
static property MessageParser<ServerReflectionResponse^>^ Parser {
MessageParser<ServerReflectionResponse^>^ get ();
}static member Parser : MessageParser<ServerReflectionResponse> with get
Property Value
Type:
MessageParserServerReflectionResponse
See Also