Click or drag to resize

ServerReflectionServerReflectionClientServerReflectionInfo Method (CallOptions)

The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.

Namespace:  Grpc.Reflection.V1Alpha
Assembly:  Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntax
public virtual AsyncDuplexStreamingCall<ServerReflectionRequest, ServerReflectionResponse> ServerReflectionInfo(
	CallOptions options
)

Parameters

options
Type: Grpc.CoreCallOptions
The options for the call.

Return Value

Type: AsyncDuplexStreamingCallServerReflectionRequest, ServerReflectionResponse
The call object.
See Also