Property | Type | Description | |
---|---|---|---|
Bandwidth | |||
Connections | List |
||
DebugLog | LinkedList |
||
Encryption | |||
LocalDatPath | string | ||
LocalDatTempPath | string | ||
LocalTempFile | Stream | ||
LoggedPackets | Queue |
||
RemoteCachePath | string | ||
RemoteDatHash | string | ||
RemoteDatSize | long | ||
RemoteStatus | string | ||
ServerConnection | |||
SyncClients | SharedDictionary |
||
TrackRemoteProfiling | bool | ||
TrackRemoteThreadlines | bool |
Method | Description | |
---|---|---|
ConnectToServer ( |
||
ListenSocket_Accept ( IAsyncResult asyncResult ) : void | ||
OnAccept ( Socket socket, |
||
ProcessDownloads ( ) : void | ||
Receive_Bye ( |
||
Receive_DatFileRequest ( |
||
Receive_DatHashRequest ( |
||
Receive_DatHashResponse ( |
||
Receive_DatPacket ( |
||
Receive_Ping ( |
||
Receive_Pong ( |
||
Receive_RequestField ( |
||
Receive_RequestInstance ( |
||
Receive_RequestInstanceRefresh ( |
||
Receive_Settings ( |
||
Receive_StartSync ( |
||
SecondTimer ( ) : void | ||
Send_StartSync ( |
||
Shutdown ( ) : void | ||
StartListening ( int port, string key ) : void | ||
XRemote ( ) : System |
Method | Description | |
---|---|---|
IncomingPacket ( |
||
Log ( string text ) : void | ||
OnConnected ( |
||
Receive_Instance ( |
||
Receive_Sync ( |
||
SendClientSettings ( ) : void |
public ConnectToServer ( |
||
address | ||
tcpPort | ushort | |
return | void |
public ListenSocket_Accept ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public OnAccept ( Socket socket, |
||
socket | Socket | |
source | ||
return |
public Receive_Bye ( |
||
connection | ||
bye | ||
return | void |
public Receive_DatFileRequest ( |
||
connection | ||
request | ||
return | void |
public Receive_DatHashRequest ( |
||
connection | ||
request | ||
return | void |
public Receive_DatHashResponse ( |
||
connection | ||
response | ||
return | void |
public Receive_DatPacket ( |
||
connection | ||
packet | ||
return | void |
public Receive_Ping ( |
||
connection | ||
ping | ||
return | void |
public Receive_Pong ( |
||
connection | ||
pong | ||
return | void |
public Receive_RequestField ( |
||
connection | ||
request | ||
return | void |
public Receive_RequestInstance ( |
||
connection | ||
request | ||
return | void |
public Receive_RequestInstanceRefresh ( |
||
connection | ||
request | ||
return | void |
public Receive_Settings ( |
||
connection | ||
request | ||
return | void |
public Receive_StartSync ( |
||
connection | ||
packet | ||
return | void |
public Send_StartSync ( |
||
connection | ||
return | void |
public StartListening ( int port, string key ) : void | ||
port | int | |
key | string | |
return | void |
public RijndaelManaged,System.Security.Cryptography Encryption | ||
return |
public XConnection,XLibrary.Remote ServerConnection | ||
return |