XrpcMethod Type
The HTTP method an XRPC endpoint expects.
Union cases
| Union case |
Description
|
Full Usage:
Procedure
|
XRPC procedure -- mapped to HTTP POST. |
Full Usage:
Query
|
XRPC query -- mapped to HTTP GET. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsProcedure
Returns: bool
|
|
Full Usage:
this.IsQuery
Returns: bool
|
|