ServerUserCollection.Add Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9147)
Add(String, String)
Adds a user with the specified user name and password to the collection.
Declaration
public ServerUser Add(string userName, string password)
Parameters
Returns
Type | Description |
---|---|
Server |
An instance of the newly-created user. |