Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Collects information that is required to request a file or stream transfer from a diagnostic data adapter.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.Execution.BasicTransferInformation
Microsoft.VisualStudio.TestTools.Execution.FileTransferInformation
Microsoft.VisualStudio.TestTools.Execution.StreamTransferInformation
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public MustInherit Class BasicTransferInformation
public abstract class BasicTransferInformation
public ref class BasicTransferInformation abstract
[<AbstractClass>]
type BasicTransferInformation = class end
public abstract class BasicTransferInformation
The BasicTransferInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BasicTransferInformation | Initializes a new instance of the BasicTransferInformation class by using the provided context. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ClientFileName | Infrastructure. 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 | Infrastructure. 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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.