An NDoc Documented Class Library

ExFTPConnection.CloseStreamsAfterTransfer Property

Determines if transfer-methods taking Streams as arguments should close the stream once the transfer is completed.

public override bool CloseStreamsAfterTransfer {get; set;}

Remarks

If CloseStreamsAfterTransfer is true (the default) then streams are closed after a transfer has completed, otherwise they are left open.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace