Click or drag to resize

ServerReflectionResponse Class

The message sent by the server to answer ServerReflectionInfo method.
Inheritance Hierarchy
SystemObject
  Grpc.Reflection.V1AlphaServerReflectionResponse

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

The ServerReflectionResponse type exposes the following members.

Constructors
  NameDescription
Public methodServerReflectionResponse
Initializes a new instance of the ServerReflectionResponse class
Public methodServerReflectionResponse(ServerReflectionResponse)
Initializes a new instance of the ServerReflectionResponse class
Top
Properties
  NameDescription
Public propertyAllExtensionNumbersResponse
This message is used to answer all_extension_numbers_of_type requst.
Public propertyStatic memberDescriptor
Public propertyErrorResponse
This message is used when an error occurs.
Public propertyFileDescriptorResponse
This message is used to answer file_by_filename, file_containing_symbol, file_containing_extension requests with transitive dependencies. As the repeated label is not allowed in oneof fields, we use a FileDescriptorResponse message to encapsulate the repeated fields. The reflection service is allowed to avoid sending FileDescriptorProtos that were previously sent in response to earlier requests in the stream.
Public propertyListServicesResponse
This message is used to answer list_services request.
Public propertyMessageResponseCase
Public propertyOriginalRequest
Public propertyStatic memberParser
Public propertyValidHost
Top
Methods
Fields
  NameDescription
Public fieldStatic memberAllExtensionNumbersResponseFieldNumber
Field number for the "all_extension_numbers_response" field.
Public fieldStatic memberErrorResponseFieldNumber
Field number for the "error_response" field.
Public fieldStatic memberFileDescriptorResponseFieldNumber
Field number for the "file_descriptor_response" field.
Public fieldStatic memberListServicesResponseFieldNumber
Field number for the "list_services_response" field.
Public fieldStatic memberOriginalRequestFieldNumber
Field number for the "original_request" field.
Public fieldStatic memberValidHostFieldNumber
Field number for the "valid_host" field.
Top
See Also