Partager via


MediaStreamingManager.Connected Property

 

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