Home
last modified time | relevance | path

Searched refs:InteropServer (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropServer.cs36 public class InteropServer class
50 private InteropServer(ServerOptions options) in InteropServer() method in Grpc.IntegrationTesting.InteropServer
62 var interopServer = new InteropServer(options); in Run()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting.Server/
DProgram.cs27 InteropServer.Run(args); in Main()