Table of Contents

Class JsonRpcDocumentationMetadata

Namespace: Sisk.JsonRPC.Documentation
Assembly: Sisk.JsonRPC.dll

Represents the documentation metadata for JSON-RPC documentation.

public sealed class JsonRpcDocumentationMetadata

Inheritance

objectJsonRpcDocumentationMetadata

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

JsonRpcDocumentationMetadata()

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.