BasicTransferInformation Class
Collects information that is required to request a file or stream transfer from a diagnostic data adapter.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Microsoft.VisualStudio.TestTools.Execution::BasicTransferInformation
Microsoft.VisualStudio.TestTools.Execution::FileTransferInformation
Microsoft.VisualStudio.TestTools.Execution::StreamTransferInformation
| Name | Description | |
|---|---|---|
![]() | BasicTransferInformation(DataCollectionContext^) | Initializes a new instance of the BasicTransferInformation class by using the provided context. |
| Name | Description | |
|---|---|---|
![]() | ClientFileName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the path and name of the file on the client. |
![]() | Context | Gets or sets the context for the diagnostic data adapter. |
![]() | Description | Gets or sets a short description of the data that is sent. |
![]() | 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 should be performed after the transfer. |
![]() | RequestId | Gets or sets the ID of the request that is associated with the transferred data. |
![]() | UserToken | Gets or sets a token that can be used with a notification when an asynchronous transfer is completed to uniquely identify this transfer. |
| 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.



