Gets the StreamInfo for a stream.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public delegate StreamInfo GetStreamInfo(
string stream,
bool compression
) |
Visual Basic |
---|
Public Delegate Function GetStreamInfo ( _
stream As String, _
compression As Boolean _
) As StreamInfo |
Visual C++ |
---|
public delegate 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