jameslin0312
Results
1
issues of
jameslin0312
Hi, I am trying to convert my current .Net Framework Windows Application to consume Grpc-Web. The code: var httpHandler = new GrpcWebHandler(GrpcWebMode.GrpcWebText, new HttpClientHandler()); var channel = GrpcChannel.ForAddress(baseUri, new GrpcChannelOptions...