Show / Hide Table of Contents

Class ServerPort

A port a server listens on, and what speaks on it.

Inheritance
object
BaseMethodResult
ServerPort
Inherited Members
BaseMethodResult.UnknownFields
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class ServerPort : BaseMethodResult

Properties

| Edit this page View Source

Port

The port number. A string, as the node sends it.

Declaration
[JsonPropertyName("port")]
public string Port { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Protocol

The protocols served on this port, e.g. http, ws, peer.

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