Share via


ConnectedChangedEventArgs.Connected Property

 

Indicates whether the proxy is connected or disconnected.

Namespace:   Microsoft.WindowsServerSolutions.MediaStreaming
Assembly:  MediaStreamingObjectModel (in MediaStreamingObjectModel.dll)

Syntax

public bool Connected { get; private set; }
public:
property bool Connected {
    bool get();
    private: void set(bool value);
}
Public Property Connected As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

true if the proxy is connected; otherwise, false.

See Also

ConnectedChangedEventArgs Class
Microsoft.WindowsServerSolutions.MediaStreaming Namespace

Return to top