Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs43 public string ServerAddresses { get; set; } property in Grpc.IntegrationTesting.StressTestClient.ClientOptions
87 var serverAddresses = options.ServerAddresses.Split(','); in Run()