Click or drag to resize

ServiceResponse Class

The information of a single service used by ListServiceResponse to answer list_services request.
Inheritance Hierarchy
SystemObject
  Grpc.Reflection.V1AlphaServiceResponse

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

The ServiceResponse type exposes the following members.

Constructors
  NameDescription
Public methodServiceResponse
Initializes a new instance of the ServiceResponse class
Public methodServiceResponse(ServiceResponse)
Initializes a new instance of the ServiceResponse class
Top
Properties
  NameDescription
Public propertyStatic memberDescriptor
Public propertyName
Full name of a registered service, including its package name. The format is <package>.<service>
Public propertyStatic memberParser
Top
Methods
Fields
  NameDescription
Public fieldStatic memberNameFieldNumber
Field number for the "name" field.
Top
See Also