Represents a request for a file-transfer.

Namespace: S22.Xmpp.Extensions
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public delegate string FileTransferRequest(
	FileTransfer transfer
)

Parameters

transfer
Type: S22.Xmpp.Extensions..::..FileTransfer
A FileTransfer object containing information about the file that is being offered.

Return Value

The path where the file will be saved to or null to reject the file request.

See Also