Show / Hide Table of Contents

Class ServerTimeResponse

Returned by the GetServerTime(CancellationToken) method.

Inheritance
System.Object
ServerTimeResponse
Namespace: FFT.Binance
Assembly: FFT.Binance.dll
Syntax
public sealed class ServerTimeResponse : object

Constructors

| Improve this Doc View Source

ServerTimeResponse(TimeStamp)

Initializes a new instance of the ServerTimeResponse class.

Declaration
public ServerTimeResponse(TimeStamp serverTime)
Parameters
Type Name Description
TimeStamp serverTime

Properties

| Improve this Doc View Source

ServerTime

The current server time.

Declaration
public TimeStamp ServerTime { get; }
Property Value
Type Description
TimeStamp
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX