Searched refs:ServerHost (Results 1 – 3 of 3) sorted by relevance
32 ServerHost: *serverHost,40 ctx.serverSpec = ctx.ServerHost45 ctx.authority = ctx.ServerHost
23 ServerHost string member
46 public string ServerHost { get; set; } property in Grpc.IntegrationTesting.InteropClient.ClientOptions106 … var channel = new Channel(options.ServerHost, options.ServerPort, credentials, channelOptions); in Run()