Gets a value indicating whether the current stream supports reading.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Overrides 
ReadOnly 
Property 
CanRead 
As 
Boolean
C#
public 
override 
bool 
CanRead { 
get; }
Visual C++
public:
virtual 
property 
bool 
CanRead {
	
bool 
get () 
override;
}
JavaScript
function get_
canRead();

See Also