Home
last modified time | relevance | path

Searched refs:UseTls (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropServer.cs45 public bool? UseTls { get; set; } property in Grpc.IntegrationTesting.InteropServer.ServerOptions
76 if (options.UseTls.Value) in Run()
DInteropClient.cs59 public bool? UseTls { get; set; } property in Grpc.IntegrationTesting.InteropClient.ClientOptions
114 if (options.UseTls.Value) in CreateCredentialsAsync()