Property | Type | Description | |
---|---|---|---|
mAgent | string | ||
mClientInfoRequested | bool | ||
mCurrentBlock | |||
mDesiredHashes | uint | ||
mHashBlock | |||
mHashesDone | uint | ||
mHashrate | double | ||
mLocation | string | ||
mPlatform | string | ||
mState | State | ||
mStatusClient | bool | ||
mTotalHashesDone | ulong | ||
mVersion | int |
Method | Description | |
---|---|---|
Client ( |
||
Close ( ) : void | ||
ComputeWebSocketHandshakeSecurityHash09 ( String secWebSocketKey ) : String | ||
ProcessIdentity ( Stream stream, bool byteswap = false ) : void | ||
ProcessWebsocketConnect ( NetworkStream stream ) : void | ||
ProcessWebsocketPacket ( NetworkStream stream ) : void | ||
ProcessWorkComplete ( Stream stream, bool byteswap = false ) : void | ||
SendCB ( IAsyncResult ar ) : void | ||
SendClientInfo ( string info ) : void | ||
SendPacket ( byte data ) : void | ||
SendStatus ( int clients, double hashrate ) : void | ||
SendWork ( |
||
StopWork ( ) : void | ||
ToJSON ( ) : string | ||
ToString ( ) : string | ||
Update ( ) : bool |
Method | Description | |
---|---|---|
ReadStr ( |
public Client ( |
||
tcp | ||
manager | ||
return | System |
public static ComputeWebSocketHandshakeSecurityHash09 ( String secWebSocketKey ) : String | ||
secWebSocketKey | String | |
return | String |
public ProcessIdentity ( Stream stream, bool byteswap = false ) : void | ||
stream | Stream | |
byteswap | bool | |
return | void |
public ProcessWebsocketConnect ( NetworkStream stream ) : void | ||
stream | NetworkStream | |
return | void |
public ProcessWebsocketPacket ( NetworkStream stream ) : void | ||
stream | NetworkStream | |
return | void |
public ProcessWorkComplete ( Stream stream, bool byteswap = false ) : void | ||
stream | Stream | |
byteswap | bool | |
return | void |
public SendStatus ( int clients, double hashrate ) : void | ||
clients | int | |
hashrate | double | |
return | void |
public SendWork ( |
||
hashBlock | ||
block | ||
return | void |
public HashManager.HashBlock,CentralMine.NET mHashBlock | ||
return |