C# Класс BitSharp.Network.Domain.VersionPayload

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
LocalAddress NetworkAddress
Nonce System.UInt64
ProtocolVersion System.UInt32
RELAY_VERSION System.UInt32
Relay bool
RemoteAddress NetworkAddress
ServicesBitfield System.UInt64
StartBlockHeight System.UInt32
Time DateTimeOffset
UserAgent string

Открытые методы

Метод Описание
VersionPayload ( UInt32 ProtocolVersion, System.UInt64 ServicesBitfield, DateTimeOffset Time, NetworkAddress RemoteAddress, NetworkAddress LocalAddress, System.UInt64 Nonce, string UserAgent, UInt32 StartBlockHeight, bool Relay ) : System
With ( UInt32 ProtocolVersion = null, System.UInt64 ServicesBitfield = null, DateTimeOffset Time = null, NetworkAddress RemoteAddress = null, NetworkAddress LocalAddress = null, System.UInt64 Nonce = null, string UserAgent = null, UInt32 StartBlockHeight = null, bool Relay = null ) : VersionPayload

Описание методов

VersionPayload() публичный Метод

public VersionPayload ( UInt32 ProtocolVersion, System.UInt64 ServicesBitfield, DateTimeOffset Time, NetworkAddress RemoteAddress, NetworkAddress LocalAddress, System.UInt64 Nonce, string UserAgent, UInt32 StartBlockHeight, bool Relay ) : System
ProtocolVersion System.UInt32
ServicesBitfield System.UInt64
Time DateTimeOffset
RemoteAddress NetworkAddress
LocalAddress NetworkAddress
Nonce System.UInt64
UserAgent string
StartBlockHeight System.UInt32
Relay bool
Результат System

With() публичный Метод

public With ( UInt32 ProtocolVersion = null, System.UInt64 ServicesBitfield = null, DateTimeOffset Time = null, NetworkAddress RemoteAddress = null, NetworkAddress LocalAddress = null, System.UInt64 Nonce = null, string UserAgent = null, UInt32 StartBlockHeight = null, bool Relay = null ) : VersionPayload
ProtocolVersion System.UInt32
ServicesBitfield System.UInt64
Time DateTimeOffset
RemoteAddress NetworkAddress
LocalAddress NetworkAddress
Nonce System.UInt64
UserAgent string
StartBlockHeight System.UInt32
Relay bool
Результат VersionPayload

Описание свойств

LocalAddress публичное свойство

public NetworkAddress,BitSharp.Network.Domain LocalAddress
Результат NetworkAddress

Nonce публичное свойство

public UInt64,System Nonce
Результат System.UInt64

ProtocolVersion публичное свойство

public UInt32,System ProtocolVersion
Результат System.UInt32

RELAY_VERSION публичное статическое свойство

public static UInt32,System RELAY_VERSION
Результат System.UInt32

Relay публичное свойство

public bool Relay
Результат bool

RemoteAddress публичное свойство

public NetworkAddress,BitSharp.Network.Domain RemoteAddress
Результат NetworkAddress

ServicesBitfield публичное свойство

public UInt64,System ServicesBitfield
Результат System.UInt64

StartBlockHeight публичное свойство

public UInt32,System StartBlockHeight
Результат System.UInt32

Time публичное свойство

public DateTimeOffset Time
Результат DateTimeOffset

UserAgent публичное свойство

public string UserAgent
Результат string