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 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