예제 #1
0
 internal AdsRawInterceptor(ITcAdsRaw inner, ICommunicationInterceptor handler)
 {
     this._inner   = inner;
     this._handler = handler;
 }
 public ICommunicationInterceptor Combine(ICommunicationInterceptor interceptor)
 {
     this._list.Add((ICommunicationInterceptHandler)interceptor);
     return(this);
 }
예제 #3
0
 internal bool <Reset> b__0_0(ICommunicationInterceptor item) =>
 (item is IFailFastHandler);
 internal bool <getCurrentValue> b__4_0(ICommunicationInterceptor item) =>
 (item is IPreventRejected);