Searched refs:UnimplementedMethod (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ | ||
D | InteropClientServerTest.cs | 141 public void UnimplementedMethod() in UnimplementedMethod() method in Grpc.IntegrationTesting.InteropClientServerTest |
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ | ||
D | ServerCallHandler.cs | 297 …dler<byte[], byte[]>(method, new DuplexStreamingServerMethod<byte[], byte[]>(UnimplementedMethod)); in UnimplementedMethodCallHandler() |