Class IdentityServerHttpClientSelector
Selects the correct IIdentityServerHttpClient based on IIdentityServerOptions.
Inheritance
System.Object
    IdentityServerHttpClientSelector
  Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Geko.HttpClientService.Infrastructure
Assembly: Geko.HttpClientService.dll
Syntax
public class IdentityServerHttpClientSelector : IIdentityServerHttpClientSelectorConstructors
| Improve this Doc View SourceIdentityServerHttpClientSelector(IEnumerable<IIdentityServerHttpClient>)
Constructor of the IdentityServerHttpClientSelector.
Declaration
public IdentityServerHttpClientSelector(IEnumerable<IIdentityServerHttpClient> httpClients)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<IIdentityServerHttpClient> | httpClients | 
Methods
| Improve this Doc View SourceGet(IIdentityServerOptions)
Finds the appropriate implementation of IIdentityServerHttpClient based on the options.
Declaration
public IIdentityServerHttpClient Get(IIdentityServerOptions options)Parameters
| Type | Name | Description | 
|---|---|---|
| IIdentityServerOptions | options | The  | 
Returns
| Type | Description | 
|---|---|
| IIdentityServerHttpClient |