Example #1
0
        public bool CanReplyWith(Type requestType, Type responseType, CollisionStrategy collisionStrategy)
        {
            var repliesWith = _inspector.HasMethodsReturning(requestType, responseType, collisionStrategy);

            return(repliesWith);
        }