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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly