Show / Hide Table of Contents

Class PathFindCloseRequest

The path_find close sub-command instructs the server to stop sending information about the current open pathfinding request.
WebSocket API only.

Inheritance
object
BaseRequest
PathFindCloseRequest
Inherited Members
BaseRequest.Id
BaseRequest.Command
BaseRequest.ApiVersion
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class PathFindCloseRequest : BaseRequest

Constructors

| Edit this page View Source

PathFindCloseRequest()

Declaration
public PathFindCloseRequest()

Properties

| Edit this page View Source

SubCommand

Use "close" to send the close sub-command.

Declaration
[JsonPropertyName("subcommand")]
public string SubCommand { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX