Info
Version: | 1.0.0 |
Author(s): | Filemail |
Last Update: | Friday, May 22, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/filemail/ProxiedTcpClient |
NuGet Url: | https://www.nuget.org/packages/Filemail.ProxiedTcpClient |
Install
Install-Package Filemail.ProxiedTcpClient
dotnet add package Filemail.ProxiedTcpClient
paket add Filemail.ProxiedTcpClient
Filemail.ProxiedTcpClient Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
No dependencies.
No dependencies.
Tags
Automatically detects system proxy settings and creates TcpClient that uses proxy if configured in the system.
TcpClient client = Filemail.ProxiedTcpClient.ProxiedTcpClient.Create(destinationUri);.