Partager via


StreamTransferInformation, constructeur

Initialise une nouvelle instance de la classe StreamTransferInformation à l'aide des arguments fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    context As DataCollectionContext, _
    stream As Stream, _
    fileName As String, _
    closeStream As Boolean _
)
public StreamTransferInformation(
    DataCollectionContext context,
    Stream stream,
    string fileName,
    bool closeStream
)
public:
StreamTransferInformation(
    DataCollectionContext^ context, 
    Stream^ stream, 
    String^ fileName, 
    bool closeStream
)
new : 
        context:DataCollectionContext * 
        stream:Stream * 
        fileName:string * 
        closeStream:bool -> StreamTransferInformation
public function StreamTransferInformation(
    context : DataCollectionContext, 
    stream : Stream, 
    fileName : String, 
    closeStream : boolean
)

Paramètres

  • fileName
    Type : System.String
    Chemin d'accès et nom de fichier à utiliser sur le client.
  • closeStream
    Type : System.Boolean
    true pour fermer le flux de données après le transfert.

Sécurité .NET Framework

Voir aussi

Référence

StreamTransferInformation Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms