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