Namespace DotBoxD.Services.Attributes
Classes
- DotBoxDMethodAttribute
Marks a method as a DotBoxD endpoint. This attribute is optional - all methods in a [DotBoxDService] interface are included by default. Use this attribute to customize method behavior.
- DotBoxDServiceAttribute
Marks an interface as a DotBoxD service. The source generator will create client proxy and server dispatcher implementations for this interface.