C# Class bitmessage.network.Version

Inheritance: ICanBeSent
Datei anzeigen 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_oe property

public UInt32,System AddrFromIp
return System.UInt32

AddrFromIpPrefix public_oe property

public byte[] AddrFromIpPrefix
return byte[]

AddrFromPort public_oe property

public UInt16,System AddrFromPort
return System.UInt16

AddrFromService public_oe property

public UInt64,System AddrFromService
return System.UInt64

AddrRecvIp public_oe property

public UInt32,System AddrRecvIp
return System.UInt32

AddrRecvIpPrefix public_oe property

public byte[] AddrRecvIpPrefix
return byte[]

AddrRecvPort public_oe property

public UInt16,System AddrRecvPort
return System.UInt16

AddrRecvService public_oe property

public UInt64,System AddrRecvService
return System.UInt64

EightBytesOfRandomDataUsedToDetectConnectionsToSelf public_oe static_oe property

public static UInt64,System EightBytesOfRandomDataUsedToDetectConnectionsToSelf
return System.UInt64

Nonce public_oe property

public UInt64,System Nonce
return System.UInt64

Services public_oe property

public UInt64,System Services
return System.UInt64

StreamNumbers public_oe property

public List StreamNumbers
return List

Timestamp public_oe property

public UInt64,System Timestamp
return System.UInt64

UserAgent public_oe property

public string UserAgent
return string

Value public_oe property

public int Value
return int