Home
last modified time | relevance | path

Searched defs:ServerPort (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/
DServerPort.cs28 public class ServerPort class
48 public ServerPort(string host, int port, ServerCredentials credentials) in ServerPort() method in Grpc.Core.ServerPort
58 internal ServerPort(ServerPort serverPort, int boundPort) in ServerPort() method in Grpc.Core.ServerPort
/third_party/grpc/tools/http2_interop/
Dhttp2interop.go38 ServerPort int member
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs52 public int ServerPort { get; set; } property in Grpc.IntegrationTesting.InteropClient.ClientOptions