| ChannelConfigurationForceFileDownload Property |
Gets or sets a value that indicates whether the file channel should always use TCP downloads.
Namespace:
Ookii.Jumbo.Jet.Channels
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public 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
Type:
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