RequestEvent public class RequestEvent : Event The event that is published in case of new request. Documentation Code public IRequest Request { get; } Gets the transmitted request. public IResponse Response { get; } Gets the received response. public RequestEvent(IRequest request, IResponse response) Creates a new event for a request.