Interface IBinderConfigurations
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public interface IBinderConfigurations
Properties
|
Edit this page
View Source
Configurations
Declaration
Dictionary<string, BinderConfiguration> Configurations { get; }
Property Value
Methods
|
Edit this page
View Source
FindMatchingConfigurationsIfAny(IBinder)
Declaration
List<string> FindMatchingConfigurationsIfAny(IBinder binder)
Parameters
Type |
Name |
Description |
IBinder |
binder |
|
Returns
Type |
Description |
List<System.String> |
|