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


"

For a list of all members of this type, see ILMNetSnk members.

"

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