Пример #1
0
 public override void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state)
 {
     configurator.SetCompositeCredentials(state, credentials);
 }
Пример #2
0
 public override void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object state)
 {
     configurator.SetAsyncAuthInterceptorCredentials(state, interceptor);
 }
Пример #3
0
 /// <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);