Click or drag to resize

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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool ForceFileDownload { 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