public MessageProcessingContext(OperationContext opCtx) { operation_context = opCtx; request_context = opCtx.RequestContext; incoming_message = opCtx.IncomingMessage; user_events_handler = new UserEventsHandler(this); }
public MessageProcessingContext (OperationContext opCtx) { operation_context = opCtx; request_context = opCtx.RequestContext; incoming_message = opCtx.IncomingMessage; user_events_handler = new UserEventsHandler (this); }
public MessageProcessingContext (OperationContext opCtx, IChannel replyOrInput) { operation_context = opCtx; request_context = opCtx.RequestContext; incoming_message = opCtx.IncomingMessage; user_events_handler = new UserEventsHandler (this); reply_or_input = replyOrInput; }
public MessageProcessingContext(OperationContext opCtx, IChannel replyOrInput) { operation_context = opCtx; request_context = opCtx.RequestContext; incoming_message = opCtx.IncomingMessage; user_events_handler = new UserEventsHandler(this); reply_or_input = replyOrInput; }