Ejemplo n.º 1
0
 public HttpCommandSenderProxy(ISendHttpCommand next)
 {
     _next = next;
 }
 public HttpCommandSenderCorrelationBehavior(ILogger log, ICorrelation correlation, IOptions <HttpRequestOptions> options, ISendHttpCommand next) : base(log, correlation, options)
 {
     _next = next;
 }