Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs48 public int AddInsecurePort(string addr) in AddInsecurePort() method in Grpc.Core.Internal.ServerSafeHandle
/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs287 boundPort = handle.AddInsecurePort(address); in AddPortInternal()