Searched refs:ServerHost (Results 1 – 5 of 5) sorted by relevance
32 ServerHost: *serverHost,40 ctx.serverSpec = ctx.ServerHost45 ctx.authority = ctx.ServerHost
23 ServerHost string member
46 ServerHost: *serverHost,54 ctx.serverSpec = ctx.ServerHost59 ctx.authority = ctx.ServerHost
37 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()