Searched refs:CreateSecure (Results 1 – 2 of 2) sorted by relevance
43 …public static ChannelSafeHandle CreateSecure(ChannelCredentialsSafeHandle credentials, string targ… in CreateSecure() method in Grpc.Core.Internal.ChannelSafeHandle
80 … this.handle = ChannelSafeHandle.CreateSecure(nativeCredentials, target, nativeChannelArgs); in Channel()