LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
ILMNetSnk Interface Members
See Also  Properties  Methods 
LMNetSnk Namespace : ILMNetSnk Interface


The following tables list the members exposed by ILMNetSnk.

Public Properties

 NameDescription
 Property ConnectionCountGets the number of open connections to the server.  
 Property ConnectionVersionGets a number that determines if the connection list has changed since the last time it was checked.  
 Property FirstConnectionGets the object for the first connection in the list of available connections to the server.  
 Property LastConnectionGets the object of the last connection in the list of available connections to the server.  
 Property LastConnectionIDGets the last connection ID for the most recent client connection.  
 Property RequireLoginGets or sets a value that determines whether the server requires a user name and password to accept connections.  
 Property RestrictionCountGets the number of restrictions in the restriction list.  
 Property UserCountGets the number of registered users on the server.  
Top

Public Methods

 NameDescription
 Method AddRestrictionAdds the specified IP address to a list of restricted addresses.  
 Method AddUserAdds a new user to the list of registered users in the server and retrieves the index of the added user in the list.  
 Method CloseAllCloses all connections.  
 Method FindConnectionGets the object of the connection at the specified ID in the list of available connections to the server.  
 Method FindRestrictionGets the index of the specified IP address in the restriction list.  
 Method FindUserGets the index of the registered user with the specified username.  
 Method GetFastestQueueDurationGets the network sink's client queue duration for undelivered sample buffers.  
 Method GetPasswordGets the password of the user at the specified index in the list of registered users.  
 Method GetRestrictionGets the restricted IP address at the specified index from the list of restrictions.  
 Method GetUsernameGets the username of the user at the specified index in the list of registered users.  
 Method RemoveAllRestrictionsRemoves all the restrictions from the restriction list.  
 Method RemoveAllUsersRemoves all the registered users.  
 Method RemoveRestrictionRemoves the restriction at the specified index from the list of restrictions.  
 Method RemoveUserRemoves the user at the specified index from the registered user list.  
 Method SetPasswordSets the password of the user at the specified index in the list of registered users.  
Top

See Also