C# 클래스 BitSharp.Network.Domain.VersionPayload

파일 보기 프로젝트 열기: pmlyon/BitSharp

공개 프로퍼티들

프로퍼티 타입 설명
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