Class JsonRpcDocumentationMetadata
- Namespace
- Sisk.JsonRPC.Documentation
- Assembly
- Sisk.JsonRPC.dll
Represents the documentation metadata for JSON-RPC documentation.
public sealed class JsonRpcDocumentationMetadata
- Inheritance
-
JsonRpcDocumentationMetadata
- Inherited Members
Constructors
Properties
- AllowedMethods
Gets or sets an array of HttpMethod that are allowed for the JSON-RPC service at ServicePath.
- ApplicationDescription
Gets or sets the description of the application.
- ApplicationName
Gets or sets the name of the application.
- ServicePath
Gets or sets the path where the JSON-RPC service can receive remote procedures.