Skip to content

Namespace DotBoxD.Services.Attributes

RpcMethodAttribute

Marks a method as an RPC endpoint. This attribute is optional: all methods in an DotBoxD.Services.Attributes.RpcServiceAttribute interface are included by default.

RpcServiceAttribute

Marks an interface as an RPC service. The source generator creates client proxy and server dispatcher implementations for this interface.