예제 #1
0
 public InboundInterceptorFactory(GlobalInboundInterceptorTypesSetting globalInboundInterceptorTypes, IPropertyInjector propertyInjector)
 {
     _globalInboundInterceptorTypes = globalInboundInterceptorTypes;
     _propertyInjector = propertyInjector;
 }
예제 #2
0
 public InboundInterceptorFactory(GlobalInboundInterceptorTypesSetting globalInboundInterceptorTypes, IPropertyInjector propertyInjector)
 {
     _globalInboundInterceptorTypes = globalInboundInterceptorTypes;
     _propertyInjector = propertyInjector;
 }
예제 #3
0
 public InboundInterceptorFactory(GlobalInboundInterceptorTypesSetting globalInboundInterceptorTypes)
 {
     _globalInboundInterceptorTypes = globalInboundInterceptorTypes;
 }