ServerReflectionRequest Constructor (ServerReflectionRequest) |
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic ServerReflectionRequest(
ServerReflectionRequest other
)
Public Sub New (
other As ServerReflectionRequest
)
public:
ServerReflectionRequest(
ServerReflectionRequest^ other
)
new :
other : ServerReflectionRequest -> ServerReflectionRequestParameters
- other
- Type: Grpc.Reflection.V1AlphaServerReflectionRequest
[Missing <param name="other"/> documentation for "M:Grpc.Reflection.V1Alpha.ServerReflectionRequest.#ctor(Grpc.Reflection.V1Alpha.ServerReflectionRequest)"]
See Also