Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerRpcNew.cs27 internal struct ServerRpcNew struct
29 readonly Server server;
30 readonly CallSafeHandle call;
31 readonly string method;
32 readonly string host;
33 readonly Timespec deadline;
34 readonly Metadata requestMetadata;
36 …public ServerRpcNew(Server server, CallSafeHandle call, string method, string host, Timespec deadl… in ServerRpcNew() argument
46 public Server Server
54 public CallSafeHandle Call
[all …]