C# Class bitmessage.network.Version

Inheritance: ICanBeSent
Show file Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Public Properties

Property Type Description
AddrFromIp System.UInt32
AddrFromIpPrefix byte[]
AddrFromPort System.UInt16
AddrFromService System.UInt64
AddrRecvIp System.UInt32
AddrRecvIpPrefix byte[]
AddrRecvPort System.UInt16
AddrRecvService System.UInt64
EightBytesOfRandomDataUsedToDetectConnectionsToSelf System.UInt64
Nonce System.UInt64
Services System.UInt64
StreamNumbers List
Timestamp System.UInt64
UserAgent string
Value int

Public Methods

Method Description
Version ( ) : System
Version ( Payload payload ) : System

Method Details

Version() public method

public Version ( ) : System
return System

Version() public method

public Version ( Payload payload ) : System
payload Payload
return System

Property Details

AddrFromIp public property

public UInt32,System AddrFromIp
return System.UInt32

AddrFromIpPrefix public property

public byte[] AddrFromIpPrefix
return byte[]

AddrFromPort public property

public UInt16,System AddrFromPort
return System.UInt16

AddrFromService public property

public UInt64,System AddrFromService
return System.UInt64

AddrRecvIp public property

public UInt32,System AddrRecvIp
return System.UInt32

AddrRecvIpPrefix public property

public byte[] AddrRecvIpPrefix
return byte[]

AddrRecvPort public property

public UInt16,System AddrRecvPort
return System.UInt16

AddrRecvService public property

public UInt64,System AddrRecvService
return System.UInt64

EightBytesOfRandomDataUsedToDetectConnectionsToSelf public static property

public static UInt64,System EightBytesOfRandomDataUsedToDetectConnectionsToSelf
return System.UInt64

Nonce public property

public UInt64,System Nonce
return System.UInt64

Services public property

public UInt64,System Services
return System.UInt64

StreamNumbers public property

public List StreamNumbers
return List

Timestamp public property

public UInt64,System Timestamp
return System.UInt64

UserAgent public property

public string UserAgent
return string

Value public property

public int Value
return int