Home
last modified time | relevance | path

Searched refs:InternalPopulateConfiguration (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DCallCredentials.cs57 …public abstract void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, o… in InternalPopulateConfiguration() method in Grpc.Core.CallCredentials
69 …public override void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, o… in InternalPopulateConfiguration() method in Grpc.Core.CallCredentials.CompositeCallCredentials
84 …public override void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, o… in InternalPopulateConfiguration() method in Grpc.Core.CallCredentials.AsyncAuthInterceptorCredentials
DChannelCredentials.cs70 …public abstract void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator… in InternalPopulateConfiguration() method in Grpc.Core.ChannelCredentials
79 …public override void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator… in InternalPopulateConfiguration() method in Grpc.Core.ChannelCredentials.InsecureCredentials
111 …public override void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator… in InternalPopulateConfiguration() method in Grpc.Core.ChannelCredentials.CompositeChannelCredentials
DSslCredentials.cs113 …public override void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator… in InternalPopulateConfiguration() method in Grpc.Core.SslCredentials
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DFakeCredentials.cs37 …public override void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator… in InternalPopulateConfiguration() method in Grpc.Core.Tests.FakeChannelCredentials
45 …public override void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, o… in InternalPopulateConfiguration() method in Grpc.Core.Tests.FakeCallCredentials
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultCallCredentialsConfigurator.cs81 credentials.InternalPopulateConfiguration(configurator, credentials); in ToNativeCredentials()
DDefaultChannelCredentialsConfigurator.cs159 credentials.InternalPopulateConfiguration(configurator, credentials); in ToNativeCredentials()