Property | Type | Description | |
---|---|---|---|
NewFiles | byte[]>.Dictionary | ||
Transfers | XferDownLoad>.Dictionary |
Method | Description | |
---|---|---|
AckPacket ( IClientAPI remoteClient, ulong xferID, uint packet ) : void | ||
AddNewFile ( string fileName, byte data ) : bool | ||
Close ( ) : void | ||
Initialise ( |
||
NewClient ( IClientAPI client ) : void | ||
PostInitialise ( ) : void | ||
RequestXfer ( IClientAPI remoteClient, ulong xferID, string fileName ) : void |
|
public AckPacket ( IClientAPI remoteClient, ulong xferID, uint packet ) : void | ||
remoteClient | IClientAPI | |
xferID | ulong | |
packet | uint | |
return | void |
public AddNewFile ( string fileName, byte data ) : bool | ||
fileName | string | |
data | byte | |
return | bool |
public Initialise ( |
||
scene | ||
config | IConfigSource | |
return | void |
public NewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public RequestXfer ( IClientAPI remoteClient, ulong xferID, string fileName ) : void | ||
remoteClient | IClientAPI | |
xferID | ulong | |
fileName | string | |
return | void |