Clients Class

Summary
The Clients object contains a collection of the clients connected to the Server object.
Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class Clients : IEnumerable<Client>, IEnumerable, IDisposable 
<DefaultMemberAttribute("Item")> 
Public Class Clients  
   Implements System.Collections.Generic.IEnumerable(Of Client), System.Collections.IEnumerable, System.IDisposable  
[DefaultMemberAttribute("Item")] 
public ref class Clients : public System.Collections.Generic.IEnumerable<Client>, System.Collections.IEnumerable, System.IDisposable   
Remarks

Gets a copy of the current clients collection by calling the GetClients method.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.