StreamTransferInformation.CloseStream Property

Definition

Gets or sets a value that indicates whether to close the stream after the transfer.

public:
 property bool CloseStream { bool get(); };
public bool CloseStream { get; }
member this.CloseStream : bool
Public ReadOnly Property CloseStream As Boolean

Property Value

true to close the stream after the transfer; otherwise, false.

Applies to