Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StreamTransferInformation Constructor (DataCollectionContext^, Stream^, String^, Boolean)

 

Initializes a new instance of the StreamTransferInformation class by using the provided arguments.

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

public:
StreamTransferInformation(
	DataCollectionContext^ context,
	Stream^ stream,
	String^ fileName,
	bool closeStream
)

Parameters

context
Type: Microsoft.VisualStudio.TestTools.Execution::DataCollectionContext^

A DataCollectionContext object.

stream
Type: System.IO::Stream^

A Stream object.

fileName
Type: System::String^

The path and file name to use on the client.

closeStream
Type: System::Boolean

true to close the stream after the transfer.

Return to top
Show: