https://github.com/miiraak/proxysharptester
ProxySharp app for testing ongoing development.
https://github.com/miiraak/proxysharptester
developer-tools package proxy testing
Last synced: 6 months ago
JSON representation
ProxySharp app for testing ongoing development.
- Host: GitHub
- URL: https://github.com/miiraak/proxysharptester
- Owner: Miiraak
- License: mit
- Created: 2024-08-08T22:27:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T12:19:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T19:29:38.254Z (over 1 year ago)
- Topics: developer-tools, package, proxy, testing
- Language: C#
- Homepage: https://github.com/m-henderson/ProxySharp
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ProxySharpTester
Windows forms application to test ProxySharp ongoing developpement.
---
## Functions
- `GetProxies` : Show in log the list of proxies that are currently in the queue.
- `GetSingleProxy` : Show in log a single proxy from the queue.
- `GetSingleRandomProxy` : Show in log a single randomly choosed proxy from the queue.
- `GetUsedProxies` : Show in log a list of previously used proxies. The lower the index, the older the proxy.
- `RenewQueue` : Clears the queue then adds a fresh list of proxies to the queue.
- `FilterByXXX` : Filter the queue, based on the specified type filter. Allows filtering by or excluding.
- `GetIndex` : Gets the index of a proxy.
- `AddProxy` : Adds the specified proxy to the queue.
- `PopProxy` : Removes the first proxy in the queue.
## Dependencies
- [ProxySharp](https://github.com/m-henderson/ProxySharp) [based on latest dev branch build or master]
## Contributor Community
- [ProxySharp Discord](https://discord.gg/F77g42ZNFa)