Home
last modified time | relevance | path

Searched defs:UnaryHandler (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DXdsInteropClientTest.cs160 public UnaryServerMethod<SimpleRequest, SimpleResponse> UnaryHandler { get; set; } property in Grpc.IntegrationTesting.XdsInteropClientTest.BackendServiceImpl
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMockServiceHelper.cs182 public UnaryServerMethod<string, string> UnaryHandler property in Grpc.Core.Tests.MockServiceHelper