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