public override void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state) { configurator.SetCompositeCredentials(state, credentials); }
public override void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state) { configurator.SetAsyncAuthInterceptorCredentials(state, interceptor); }
/// <summary> /// Populates call credentials configurator with this instance's configuration. /// End users never need to invoke this method as it is part of internal implementation. /// </summary> public abstract void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state);