Class AuthorizationBehavior<TRequest, TResponse>
Represents a pipeline behavior that handles authorization for a request.
Inheritance
System.Object
AuthorizationBehavior<TRequest, TResponse>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MediatorForge.CQRS.Behaviors
Assembly: MediatorForge.dll
Syntax
public class AuthorizationBehavior<TRequest, TResponse>
Type Parameters
Name | Description |
---|---|
TRequest | The type of the request. |
TResponse | The type of the response. |