Свойство | Тип | Описание | |
---|---|---|---|
Buddies | DeOps.Services.Buddy.BuddyService | ||
ConsoleText | |||
Context | DeOpsContext | ||
CoreMessages | Queue |
||
DebugWindowsActive | bool | ||
DhtServiceID | ushort | ||
Firewall | FirewallType | ||
GuiProtocol | DeOps.Implementation.Protocol.G2Protocol | ||
KeepData | bool>.ThreadedDictionary | ||
KeyMap | byte[]>.Dictionary | ||
LocalIP | |||
Locations | LocationService | ||
NameMap | string>.ThreadedDictionary | ||
Network | DeOps.Implementation.Dht.DhtNetwork | ||
PauseLog | bool | ||
ProcessEvent | |||
RecordBandwidthSeconds | int | ||
RndGen | |||
ServiceBandwidth | BandwidthLog>.Dictionary | ||
ServiceMap | OpService>.Dictionary | ||
Sim | |||
StartTime | System.DateTime | ||
StrongRndGen | |||
Sync | DeOps.Services.Assist.LocalSync | ||
TextGen | NLipsum.Core.LipsumGenerator | ||
Transfers | TransferService | ||
Trust | DeOps.Services.Trust.TrustService | ||
TunnelID | ushort | ||
Update | DeOps.Services.Update.UpdateService | ||
User | OpUser |
Метод | Описание | |
---|---|---|
ConsoleCommand ( string command ) : void | ||
ConsoleLog ( string message ) : void | ||
CreateBootstrapLink ( DeOps.Implementation.Dht.DhtContact contact ) : string | ||
CreateBootstrapLink ( ulong userid, |
||
Exit ( ) : void | ||
GenerateInvite ( string pubLink, string &name ) : string | ||
GetIdentity ( ulong user ) : string | ||
GetMyAddress ( ) : string | ||
GetName ( ulong user ) : string | ||
GetService ( uint id ) : OpService | ||
GetServiceName ( uint id ) : string | ||
GetTempPath ( ) : string | ||
IndexInfo ( UserInfo info ) : void | ||
IndexKey ( ulong id, byte &key ) : void | ||
IndexName ( ulong user, string name ) : void | ||
MakeNews ( uint service, string message, ulong userID, uint project, bool showRemote ) : void | ||
NewsWorthy ( ulong id, uint project, bool localRegionOnly ) : bool | ||
OpCore ( DeOpsContext context ) : System | ||
OpCore ( DeOpsContext context, string userPath, string pass ) : System | ||
OpenInvite ( byte decrypted, DeOps.Implementation.Protocol.G2Protocol protocol ) : |
||
ProcessInvite ( |
||
RenameUser ( ulong user, string name ) : void | ||
ResizeBandwidthRecord ( int seconds ) : void | ||
RunCore ( ) : void | ||
RunInCoreAsync ( System.Action code ) : void | ||
RunInCoreBlocked ( System.Action code ) : void | ||
RunInGuiThread ( |
||
SaveKeyIndex ( DeOps.Implementation.Protocol.PacketStream stream ) : void | ||
SecondTimer ( ) : void | ||
SetFirewallType ( FirewallType type ) : void | ||
UserConfirm ( string message, string title ) : bool | ||
UserMessage ( string message ) : void | ||
UserVerifyPass ( ThreatLevel threatLevel ) : bool |
Метод | Описание | |
---|---|---|
AddService ( OpService service ) : void | ||
RunInCoreThread ( |
public ConsoleCommand ( string command ) : void | ||
command | string | |
Результат | void |
public ConsoleLog ( string message ) : void | ||
message | string | |
Результат | void |
public CreateBootstrapLink ( DeOps.Implementation.Dht.DhtContact contact ) : string | ||
contact | DeOps.Implementation.Dht.DhtContact | |
Результат | string |
public CreateBootstrapLink ( ulong userid, |
||
userid | ulong | |
ip | ||
tcpPort | ushort | |
udpPort | ushort | |
Результат | string |
public GenerateInvite ( string pubLink, string &name ) : string | ||
pubLink | string | |
name | string | |
Результат | string |
public GetIdentity ( ulong user ) : string | ||
user | ulong | |
Результат | string |
public GetServiceName ( uint id ) : string | ||
id | uint | |
Результат | string |
public IndexKey ( ulong id, byte &key ) : void | ||
id | ulong | |
key | byte | |
Результат | void |
public IndexName ( ulong user, string name ) : void | ||
user | ulong | |
name | string | |
Результат | void |
public MakeNews ( uint service, string message, ulong userID, uint project, bool showRemote ) : void | ||
service | uint | |
message | string | |
userID | ulong | |
project | uint | |
showRemote | bool | |
Результат | void |
public NewsWorthy ( ulong id, uint project, bool localRegionOnly ) : bool | ||
id | ulong | |
project | uint | |
localRegionOnly | bool | |
Результат | bool |
public OpCore ( DeOpsContext context ) : System | ||
context | DeOpsContext | |
Результат | System |
public OpCore ( DeOpsContext context, string userPath, string pass ) : System | ||
context | DeOpsContext | |
userPath | string | |
pass | string | |
Результат | System |
public static OpenInvite ( byte decrypted, DeOps.Implementation.Protocol.G2Protocol protocol ) : |
||
decrypted | byte | |
protocol | DeOps.Implementation.Protocol.G2Protocol | |
Результат |
public ProcessInvite ( |
||
invite | ||
Результат | void |
public RenameUser ( ulong user, string name ) : void | ||
user | ulong | |
name | string | |
Результат | void |
public ResizeBandwidthRecord ( int seconds ) : void | ||
seconds | int | |
Результат | void |
public RunInCoreAsync ( System.Action code ) : void | ||
code | System.Action | |
Результат | void |
public RunInCoreBlocked ( System.Action code ) : void | ||
code | System.Action | |
Результат | void |
public RunInGuiThread ( |
||
method | ||
Результат | void |
public SaveKeyIndex ( DeOps.Implementation.Protocol.PacketStream stream ) : void | ||
stream | DeOps.Implementation.Protocol.PacketStream | |
Результат | void |
public SetFirewallType ( FirewallType type ) : void | ||
type | FirewallType | |
Результат | void |
public UserConfirm ( string message, string title ) : bool | ||
message | string | |
title | string | |
Результат | bool |
public UserMessage ( string message ) : void | ||
message | string | |
Результат | void |
public UserVerifyPass ( ThreatLevel threatLevel ) : bool | ||
threatLevel | ThreatLevel | |
Результат | bool |
public BuddyService,DeOps.Services.Buddy Buddies | ||
Результат | DeOps.Services.Buddy.BuddyService |
public Queue,System.Collections ConsoleText | ||
Результат |
public G2Protocol,DeOps.Implementation.Protocol GuiProtocol | ||
Результат | DeOps.Implementation.Protocol.G2Protocol |
public DhtNetwork,DeOps.Implementation.Dht Network | ||
Результат | DeOps.Implementation.Dht.DhtNetwork |
public AutoResetEvent,System.Threading ProcessEvent | ||
Результат |
public Dictionary |
||
Результат | BandwidthLog>.Dictionary |
public RNGCryptoServiceProvider,System.Security.Cryptography StrongRndGen | ||
Результат |
public LocalSync,DeOps.Services.Assist Sync | ||
Результат | DeOps.Services.Assist.LocalSync |
public LipsumGenerator,NLipsum.Core TextGen | ||
Результат | NLipsum.Core.LipsumGenerator |
public TrustService,DeOps.Services.Trust Trust | ||
Результат | DeOps.Services.Trust.TrustService |
public UpdateService,DeOps.Services.Update Update | ||
Результат | DeOps.Services.Update.UpdateService |