Show / Hide Table of Contents

Class PingResult

The result from sending a PingAsync(MultiHash, Int32, CancellationToken).

Inheritance
Object
PingResult
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Ipfs.CoreApi
Assembly: Ipfs.Core.dll
Syntax
public class PingResult

Properties

| Improve this Doc View Source

Success

Indicates success or failure.

Declaration
public bool Success { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Text

The text to echo.

Declaration
public string Text { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Time

The round trip time; nano second resolution.

Declaration
public TimeSpan Time { get; set; }
Property Value
Type Description
TimeSpan
  • Improve this Doc
  • View Source
Back to top Generated by DocFX