FileTransferInformation Class

Definition

Represents information that is required to request a file transfer.

public ref class FileTransferInformation : Microsoft::VisualStudio::TestTools::Execution::BasicTransferInformation
public class FileTransferInformation : Microsoft.VisualStudio.TestTools.Execution.BasicTransferInformation
type FileTransferInformation = class
    inherit BasicTransferInformation
Public Class FileTransferInformation
Inherits BasicTransferInformation
Inheritance
FileTransferInformation

Constructors

FileTransferInformation(DataCollectionContext, String, Boolean)

Initializes a new instance of the FileTransferInformation class.

Properties

ClientFileName

Gets the path and file name of the file on the client file system.

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

Gets a value that indicates whether a cleanup process should be performed after the transfer.

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)

Applies to