FileTransferInformation Class
Represents information that is required to request a file transfer.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Microsoft.VisualStudio.TestTools.Execution::BasicTransferInformation
Microsoft.VisualStudio.TestTools.Execution::FileTransferInformation
| Name | Description | |
|---|---|---|
![]() | FileTransferInformation(DataCollectionContext^, String^, Boolean) | Initializes a new instance of the FileTransferInformation class. |
| Name | Description | |
|---|---|---|
![]() | ClientFileName | Gets the path and file name of the file on the client file system.(Overrides BasicTransferInformation::ClientFileName.) |
![]() | Context | Gets or sets the context for the diagnostic data adapter.(Inherited from BasicTransferInformation.) |
![]() | DeleteFile | Gets a value that indicates whether to delete the local file when the transfer is completed. |
![]() | Description | Gets or sets a short description of the data that is sent. (Inherited from BasicTransferInformation.) |
![]() | Path | Gets or sets the path and file name of the file on the client file system. |
![]() | PerformCleanup | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether a cleanup process should be performed after the transfer.(Overrides BasicTransferInformation::PerformCleanup.) |
![]() | RequestId | Gets or sets the ID of the request that is associated with the transferred data.(Inherited from BasicTransferInformation.) |
![]() | UserToken | 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



