StreamTransferInformation Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information that is required to request a stream transfer.
public ref class StreamTransferInformation : Microsoft::VisualStudio::TestTools::Execution::BasicTransferInformation
public class StreamTransferInformation : Microsoft.VisualStudio.TestTools.Execution.BasicTransferInformation
type StreamTransferInformation = class
inherit BasicTransferInformation
Public Class StreamTransferInformation
Inherits BasicTransferInformation
- Inheritance
Stream |
Initializes a new instance of the StreamTransferInformation class by using the provided arguments. |
Client |
Gets the path and file name of the file on the client. |
Close |
Gets or sets a value that indicates whether to close the stream after the transfer. |
Context |
Gets or sets the context for the diagnostic data adapter. (Inherited from BasicTransferInformation) |
Description |
Gets or sets a short description of the data that is sent. (Inherited from BasicTransferInformation) |
File |
Gets the path and file name of the file on the client. |
Perform |
Gets a value that indicates whether to perform cleanup after the transfer. |
Request |
Gets or sets the ID of the request that is associated with the transferred data. (Inherited from BasicTransferInformation) |
Stream |
Gets or sets the stream for the transfer. |
User |
Gets or sets a token that can be used with a notification when an asynchronous transfer is completed to uniquely identify this transfer. (Inherited from BasicTransferInformation) |
Produk | Versi |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |