Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelSafeHandle.cs43 …public static ChannelSafeHandle CreateSecure(ChannelCredentialsSafeHandle credentials, string targ… in CreateSecure() method in Grpc.Core.Internal.ChannelSafeHandle
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs80 … this.handle = ChannelSafeHandle.CreateSecure(nativeCredentials, target, nativeChannelArgs); in Channel()