An NDoc Documented Class Library

FTPConnection.CloseStreamsAfterTransfer Property

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

public virtual 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

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace