Gets the StreamInfo for a stream.

Namespace: VcClient.Test
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public virtual StreamInfo GetStreamInfo(
	string stream,
	bool compression
)
Visual Basic
Public Overridable Function GetStreamInfo ( _
	stream As String, _
	compression As Boolean _
) As StreamInfo
Visual C++
public:
virtual StreamInfo^ GetStreamInfo(
	String^ stream, 
	bool compression
)

Parameters

stream
Type: String
The stream for which the StreamInfo is required.
compression
Type: Boolean
Whether compression should be used while communicating with the VC.

Return Value

StreamInfo object containing the information about the stream.

See Also