Gets the Client item with the specified IP Address.
IPAddress
A string contains the IP Address of the client item to get.
The Client item with the specified IP Address.
Exceptions
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | |
System.NullReferenceException | The exception that is thrown when there is an attempt to dereference a null object reference. |
This property provides the ability to access a specific item in the collection by using the following syntax: myCollection[index]
The C# language uses the this keyword to define the indexers instead of implementing the Item property. VB implements Item as a default property, which provides the same indexing functionality.
Device names are unique. An application can use this method to find a specific device. A Device name can be retrieved with the Device.Name property or by using the LTMM DirectShow Filter List Utility.
If the method fails, an error is raised. For more information, refer to the Error Codes.
Products |
Support |
Feedback: Item(String) Property - Leadtools.MediaStreaming |
Introduction |
Help Version 19.0.2017.6.16
|