Searched refs:rpcType (Results 1 – 3 of 3) sorted by relevance
127 readonly RpcType rpcType; field in Grpc.IntegrationTesting.ClientRunnerImpl137 …public ClientRunnerImpl(List<Channel> channels, ClientType clientType, RpcType rpcType, int outsta… in ClientRunnerImpl() argument143 this.rpcType = rpcType; in ClientRunnerImpl()312 …GrpcPreconditions.CheckArgument(rpcType == RpcType.Streaming, "Generic client only supports stream… in RunClientAsync()319 …GrpcPreconditions.CheckArgument(rpcType == RpcType.Unary, "Sync client can only be used for Unary … in RunClientAsync()325 switch (rpcType) in RunClientAsync()
62 RpcType rpcType = RpcType.UNARY; field in ClientConfiguration214 config.rpcType = RpcType.STREAMING; in setClientValue()
141 switch (config.rpcType) { in doRpcs()