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