Class ServerPort
A port a server listens on, and what speaks on it.
Inherited Members
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class ServerPort : BaseMethodResult
Properties
| Edit this page View SourcePort
The port number. A string, as the node sends it.
Declaration
[JsonPropertyName("port")]
public string Port { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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> |