Searched defs:ServerRpcNew (Results 1 – 1 of 1) sorted by relevance
27 internal struct ServerRpcNew struct29 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() argument46 public Server Server54 public CallSafeHandle Call[all …]