Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs53 public int AddSecurePort(string addr, ServerCredentialsSafeHandle credentials) in AddSecurePort() method in Grpc.Core.Internal.ServerSafeHandle
/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs283 boundPort = handle.AddSecurePort(address, nativeCredentials); in AddPortInternal()