1 write to options
InteropClient (1)
InteropClient.cs (1)
90this.options = options;
8 references to options
InteropClient (8)
InteropClient.cs (8)
139await RunTestCaseAsync(channel, options); 148if (!(options.UseTls ?? false)) 161if (options.UseTestCa ?? false) 170var channel = GrpcChannel.ForAddress($"{scheme}://{options.ServerHost}:{options.ServerPort}", new GrpcChannelOptions 183if (options.UseTls.GetValueOrDefault()) 188if (options.TestCase == "jwt_token_creds") 195if (options.TestCase == "compute_engine_creds")