Class PingResult
The result from sending a PingAsync(MultiHash, Int32, CancellationToken).
Inherited Members
Namespace: Ipfs.CoreApi
Assembly: Ipfs.Core.dll
Syntax
public class PingResult
Properties
| Improve this Doc View SourceSuccess
Indicates success or failure.
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Text
The text to echo.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
String |
Time
The round trip time; nano second resolution.
Declaration
public TimeSpan Time { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |