C# 클래스 BitcoinNET.RPCClient.GetPeerInfoResponse

파일 보기 프로젝트 열기: mb300sd/Bitcoin.NET

공개 프로퍼티들

프로퍼티 타입 설명
addr string
banscore int
conntime long
inbound bool
lastrecv long
lastsend long
releasetime long
services string
startingheight int
subver string
version int

프로퍼티 상세

addr 공개적으로 프로퍼티

public string addr
리턴 string

banscore 공개적으로 프로퍼티

public int banscore
리턴 int

conntime 공개적으로 프로퍼티

public long conntime
리턴 long

inbound 공개적으로 프로퍼티

public bool inbound
리턴 bool

lastrecv 공개적으로 프로퍼티

public long lastrecv
리턴 long

lastsend 공개적으로 프로퍼티

public long lastsend
리턴 long

releasetime 공개적으로 프로퍼티

public long releasetime
리턴 long

services 공개적으로 프로퍼티

public string services
리턴 string

startingheight 공개적으로 프로퍼티

public int startingheight
리턴 int

subver 공개적으로 프로퍼티

public string subver
리턴 string

version 공개적으로 프로퍼티

public int version
리턴 int