Property | Type | Description | |
---|---|---|---|
MAGIC_COMPARISON_TOOL | |||
MAGIC_MAIN | |||
MAGIC_TESTNET3 | |||
PROTOCOL_VERSION | |||
SERVICES_BITFIELD | System.UInt64 | ||
USER_AGENT | string |
Method | Description | |
---|---|---|
BytesToIPAddress ( byte bytes ) : |
||
CalculatePayloadChecksum ( byte payload ) : |
||
ConstructGetBlocksPayload ( ImmutableArray |
||
ConstructInventoryPayload ( ImmutableArray |
||
ConstructMessage ( string command, byte payload ) : BitSharp.Network.Message | ||
ConstructNetworkAddress ( |
||
ConstructNetworkAddressWithTime ( DateTimeOffset time, |
||
ConstructVersionPayload ( |
||
GetExternalIPAddress ( ) : |
||
GetExternalIPEndPoint ( ) : |
||
IPAddressToBytes ( |
||
VerifyPayloadChecksum ( |
public static BytesToIPAddress ( byte bytes ) : |
||
bytes | byte | |
return |
public static CalculatePayloadChecksum ( byte payload ) : |
||
payload | byte | |
return |
public static ConstructGetBlocksPayload ( ImmutableArray |
||
blockLocatorHashes | ImmutableArray |
|
hashStop | UInt256 | |
return | BitSharp.Network.GetBlocksPayload |
public static ConstructInventoryPayload ( ImmutableArray |
||
invVectors | ImmutableArray |
|
return | BitSharp.Network.InventoryPayload |
public static ConstructMessage ( string command, byte payload ) : BitSharp.Network.Message | ||
command | string | |
payload | byte | |
return | BitSharp.Network.Message |
public static ConstructNetworkAddress ( |
||
ip | ||
port | int | |
return | BitSharp.Network.NetworkAddress |
public static ConstructNetworkAddressWithTime ( DateTimeOffset time, |
||
time | DateTimeOffset | |
ip | ||
port | int | |
return | BitSharp.Network.NetworkAddressWithTime |
public static ConstructVersionPayload ( |
||
localEndPoint | ||
remoteEndPoint | ||
nodeId | System.UInt64 | |
startBlockHeight | ||
return | BitSharp.Network.VersionPayload |
public static GetExternalIPAddress ( ) : |
||
return |
public static GetExternalIPEndPoint ( ) : |
||
return |
public static IPAddressToBytes ( |
||
ipAddress | ||
return | byte[] |
public static VerifyPayloadChecksum ( |
||
checksum | ||
payload | byte | |
return | bool |
public static UInt32,System MAGIC_COMPARISON_TOOL | ||
return |
public static UInt32,System MAGIC_TESTNET3 | ||
return |
public static UInt32,System PROTOCOL_VERSION | ||
return |
public static UInt64,System SERVICES_BITFIELD | ||
return | System.UInt64 |