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
Syntaxpublic virtual AsyncDuplexStreamingCall<ServerReflectionRequest, ServerReflectionResponse> ServerReflectionInfo(
CallOptions options
)
Public Overridable Function ServerReflectionInfo (
options As CallOptions
) As AsyncDuplexStreamingCall(Of ServerReflectionRequest, ServerReflectionResponse)
public:
virtual AsyncDuplexStreamingCall<ServerReflectionRequest^, ServerReflectionResponse^>^ ServerReflectionInfo(
CallOptions options
)
abstract ServerReflectionInfo :
options : CallOptions -> AsyncDuplexStreamingCall<ServerReflectionRequest, ServerReflectionResponse>
override ServerReflectionInfo :
options : CallOptions -> AsyncDuplexStreamingCall<ServerReflectionRequest, ServerReflectionResponse> Parameters
- options
- Type: Grpc.CoreCallOptions
The options for the call.
Return Value
Type:
AsyncDuplexStreamingCallServerReflectionRequest,
ServerReflectionResponseThe call object.
See Also