Class Ep.Req<TRequest>.Res<TResponse>
specify the response dto type of the endpoint
Inherited Members
Endpoint<TRequest, TResponse>.SendCreatedAtAsync(string, object, TResponse, bool, CancellationToken)
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public abstract class Ep.Req<TRequest>.Res<TResponse> : Endpoint<TRequest, TResponse>, IEndpoint, IEventBus, IServiceResolverBase where TResponse : notnull
Type Parameters
Name | Description |
---|---|
TResponse | the type of the response dto |