The following tables list the members exposed by ILMNetSnk.
Public Methods
Name | Description | |
---|---|---|
AddRestriction | Adds the specified IP address to a list of restricted addresses. | |
AddUser | Adds a new user to the list of registered users in the server and retrieves the index of the added user in the list. | |
CloseAll | Closes all connections. | |
FindConnection | Gets the object of the connection at the specified ID in the list of available connections to the server. | |
FindRestriction | Gets the index of the specified IP address in the restriction list. | |
FindUser | Gets the index of the registered user with the specified username. | |
GetFastestQueueDuration | Gets the network sink's client queue duration for undelivered sample buffers. | |
GetPassword | Gets the password of the user at the specified index in the list of registered users. | |
GetRestriction | Gets the restricted IP address at the specified index from the list of restrictions. | |
GetUsername | Gets the username of the user at the specified index in the list of registered users. | |
RemoveAllRestrictions | Removes all the restrictions from the restriction list. | |
RemoveAllUsers | Removes all registered users. | |
RemoveRestriction | Removes the restriction at the specified index from the list of restrictions. | |
RemoveUser | Removes the user name at the specified index from the registered user list. | |
SetPassword | Sets the password of the user at the specified index in the list of registered users. |
Public Properties
Name | Description | |
---|---|---|
ConnectionCount | Gets the number of open connections to the server. | |
ConnectionVersion | Gets a number that determines whether the connection list has changed since the last time it was checked. | |
FirstConnection | Gets the object for the first connection in the list of available connections to the server. | |
LastConnection | Gets the object of the last connection in the list of available connections to the server. | |
LastConnectionID | Gets the last connection ID for the most recent client connection. | |
RequireLogin | Gets or sets a value that determines whether the server requires a user name and password to accept connections. | |
RestrictionCount | Gets the number of restrictions in the restriction list. | |
UseEncryption | Gets or sets a value that determines whether the server uses encryption. | |
UserCount | Gets the number of registered users on the server. |
Public Fields
Name | Description | |
---|---|---|
ILMNetSnk.Connection | The ILMNetSnk.Connection object is used to identify and manage connections at the server. |