Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelSafeHandle.cs35 … public static ChannelSafeHandle CreateInsecure(string target, ChannelArgsSafeHandle channelArgs) in CreateInsecure() method in Grpc.Core.Internal.ChannelSafeHandle
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs84 this.handle = ChannelSafeHandle.CreateInsecure(target, nativeChannelArgs); in Channel()