Method | Description | |
---|---|---|
AbortXfer ( IClientAPI remoteClient, ulong xferID ) : void | ||
AckPacket ( IClientAPI remoteClient, ulong xferID, uint packet ) : void | ||
AddNewFile ( string fileName, byte data ) : bool |
Let the Xfer module know about a file that the client is about to request. Caller is responsible for making sure that the file is here before the client starts the XferRequest.
|
|
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
Initialize ( IConfigSource config ) : void | ||
NewClient ( IClientAPI client ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RemoveRegion ( IScene scene ) : void | ||
RequestXfer ( IClientAPI remoteClient, ulong xferID, string fileName ) : void |
|
Method | Description | |
---|---|---|
OnClosingClient ( IClientAPI client ) : void | ||
RemoveOrDecrement ( string fileName ) : void | ||
RemoveXferData ( ulong xferID ) : void |
public AbortXfer ( IClientAPI remoteClient, ulong xferID ) : void | ||
remoteClient | IClientAPI | |
xferID | ulong | |
return | 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 Initialize ( IConfigSource config ) : void | ||
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 |