Click or drag to resize

ListServiceResponse Class

A list of ServiceResponse sent by the server answering list_services request.
Inheritance Hierarchy
SystemObject
  Grpc.Reflection.V1AlphaListServiceResponse

Namespace:  Grpc.Reflection.V1Alpha
Assembly:  Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntax
public sealed class ListServiceResponse : IMessage<ListServiceResponse>, 
	IMessage, IEquatable<ListServiceResponse>, IDeepCloneable<ListServiceResponse>

The ListServiceResponse type exposes the following members.

Constructors
  NameDescription
Public methodListServiceResponse
Initializes a new instance of the ListServiceResponse class
Public methodListServiceResponse(ListServiceResponse)
Initializes a new instance of the ListServiceResponse class
Top
Properties
  NameDescription
Public propertyStatic memberDescriptor
Public propertyStatic memberParser
Public propertyService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberServiceFieldNumber
Field number for the "service" field.
Top
See Also