Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the media streaming manager is connected to the media streaming provider.
Namespace: Microsoft.WindowsServerSolutions.MediaStreaming
Assembly: MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)
Syntax
public bool Connected { get; }
public:
property bool Connected {
bool get();
}
Public ReadOnly Property Connected As Boolean
Property Value
Type: System.Boolean
true if the media streaming manager is connected to the media streaming provider.
See Also
MediaStreamingManager Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace
Return to top