←Select platform

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 : System.Collections.Generic.IEnumerable<Client>, System.Collections.IEnumerable, System.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly