Searched refs:CreateInsecure (Results 1 – 2 of 2) sorted by relevance
35 … public static ChannelSafeHandle CreateInsecure(string target, ChannelArgsSafeHandle channelArgs) in CreateInsecure() method in Grpc.Core.Internal.ChannelSafeHandle
84 this.handle = ChannelSafeHandle.CreateInsecure(target, nativeChannelArgs); in Channel()