Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/http2_interop/
Dhttp2interop_test.go32 ServerHost: *serverHost,
40 ctx.serverSpec = ctx.ServerHost
45 ctx.authority = ctx.ServerHost
Dhttp2interop.go23 ServerHost string member
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dhttp2interop_test.go46 ServerHost: *serverHost,
54 ctx.serverSpec = ctx.ServerHost
59 ctx.authority = ctx.ServerHost
Dhttp2interop.go37 ServerHost string member
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs46 public string ServerHost { get; set; } property in Grpc.IntegrationTesting.InteropClient.ClientOptions
106 … var channel = new Channel(options.ServerHost, options.ServerPort, credentials, channelOptions); in Run()