The methods of the Proxy class are listed below. For a complete list of Proxy class members, see the Proxy Members topic.
Public Static (Shared) Methods
| Main |
Entry point of the application.
|
Public Instance Methods
| AddListener |
Adds a listener to the Listeners list.
|
| CreateListener |
Creates a new Listener obejct from a given listener name and a given listener parameter string.
|
| Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| Start |
Starts a new Proxy server by reading the data from the configuration file and start listening on the specified ports.
|
| Stop |
Stops the proxy server.
|
| ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Methods
| Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| ShowAddListener |
Asks the user which listener to add.
|
| ShowAddUser |
Asks the user which username to add.
|
| ShowDelListener |
Asks the user which listener to delete.
|
| ShowDelUser |
Asks the user which username to delete.
|
| ShowHelp |
Shows a list of commands in the console.
|
| ShowListeners |
Shows the Listeners list.
|
| ShowUpTime |
Shows the uptime of this proxy server.
|
| ShowUsers |
Shows a list of usernames in the console.
|
| ShowVersion |
Shows the version number of this proxy server.
|
See Also
Proxy Class | Org.Mentalis.Proxy Namespace