Property | Type | Description | |
---|---|---|---|
ClearIPCache | bool | ||
FreshStart | bool | ||
InPackets | List |
||
InstanceChange | InstanceChangeHandler | ||
Instances | ThreadedList |
||
LAN | bool | ||
LoadOnline | bool | ||
LoadedPath | string | ||
Logging | bool | ||
OpNames | string>.Dictionary | ||
OutPackets | List |
||
Paused | bool | ||
PumpThreads | Thread[] | ||
RunThread | Thread | ||
Shutdown | bool | ||
SleepTime | int | ||
StartTime | System.DateTime | ||
TcpEndPoints | DhtNetwork>.Dictionary | ||
TcpSourcetoDest | TcpConnect>.ThreadedDictionary | ||
TestCoreThread | bool | ||
TestEncryption | bool | ||
TestTcpFullBuffer | bool | ||
TimeNow | System.DateTime | ||
UdpEndPoints | DhtNetwork>.Dictionary | ||
UpdateView | UpdateViewHandler | ||
UseTimeFile | bool | ||
UserNames | string>.Dictionary | ||
WebCacheHits | int |
Method | Description | |
---|---|---|
AddAddress ( |
||
DoFlux ( ) : void | ||
DoStep ( ) : void | ||
DownloadCache ( DeOps.Implementation.Dht.DhtNetwork network ) : void | ||
Exit ( ) : void | ||
ExitInstance ( |
||
InternetSim ( string startupPath, |
||
Login ( |
||
Logout ( |
||
Pause ( ) : void | ||
PumpThread ( int index ) : void | ||
RegisterAddress ( |
||
Run ( ) : void | ||
SendPacket ( SimPacketType type, DeOps.Implementation.Dht.DhtNetwork network, byte packet, System target, |
||
Start ( ) : void | ||
StartInstance ( string path ) : void | ||
UnregisterAddress ( |
public AddAddress ( |
||
address | ||
network | DeOps.Implementation.Dht.DhtNetwork | |
tcp | bool | |
return | void |
public DownloadCache ( DeOps.Implementation.Dht.DhtNetwork network ) : void | ||
network | DeOps.Implementation.Dht.DhtNetwork | |
return | void |
public ExitInstance ( |
||
instance | ||
return | void |
public InternetSim ( string startupPath, |
||
startupPath | string | |
defaultIcon | ||
return | System |
public Login ( |
||
instance | ||
path | string | |
return | void |
public Logout ( |
||
core | ||
return | void |
public RegisterAddress ( |
||
core | ||
return | void |
public SendPacket ( SimPacketType type, DeOps.Implementation.Dht.DhtNetwork network, byte packet, System target, |
||
type | SimPacketType | |
network | DeOps.Implementation.Dht.DhtNetwork | |
packet | byte | |
target | System | |
tcp | ||
return | int |
public UnregisterAddress ( |
||
core | ||
return | void |
public InstanceChangeHandler InstanceChange | ||
return | InstanceChangeHandler |
public ThreadedDictionary |
||
return | TcpConnect>.ThreadedDictionary |