 | ChannelConfigurationForceFileDownload Property |
Gets or sets a value that indicates whether the file channel should always use TCP downloads.
Namespace: Ookii.Jumbo.Jet.ChannelsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool ForceFileDownload { get; set; }
Public Property ForceFileDownload As Boolean
Get
Set
public:
property bool ForceFileDownload {
bool get ();
void set (bool value);
}
member ForceFileDownload : bool with get, set
Property Value
Boolean
For a
ChannelType value of
File,
to indicate that it should always use TCP to download the files even if the input task is on the same physical
host as the output task;
to indicate it should access the output file directly if the
input task is local. This property has no effect for other types of channels.
Remarks
This property is primarily used for testing of the TCP server.
See Also