Interface _IRequest<TRequest, TResponse, TEndPointDefinition>
Internal interface
public interface _IRequest<TRequest, TResponse, TEndPointDefinition> : _IRequest<TRequest, TResponse>, _IMessage<TRequest, TResponse, TEndPointDefinition>, _IMessage<TRequest, TResponse> where TRequest : _IRequest<TRequest, TResponse, TEndPointDefinition> where TResponse : class where TEndPointDefinition : EndPointBase, new()
Type Parameters
TRequestTResponseTEndPointDefinition