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