This repository was archived by the owner on Jul 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace Titanium.Web.Proxy.Models
1010 /// A proxy end point client is not aware of.
1111 /// Useful when requests are redirected to this proxy end point through port forwarding via router.
1212 /// </summary>
13- [ DebuggerDisplay ( "Explicit : {IpAddress}:{Port}" ) ]
13+ [ DebuggerDisplay ( "Transparent : {IpAddress}:{Port}" ) ]
1414 public class TransparentProxyEndPoint : ProxyEndPoint
1515 {
1616 /// <summary>
Original file line number Diff line number Diff line change 1919 <dependency id =" BrotliSharpLib" version =" 0.3.3" />
2020 <dependency id =" Microsoft.Win32.Registry" version =" 4.6.0" />
2121 <dependency id =" System.Buffers" version =" 4.5.0" />
22+ <dependency id =" System.Memory" version =" 4.5.3" />
23+ <dependency id =" System.Threading.Tasks.Extensions" version =" 4.5.3" />
2224 <dependency id =" System.Security.Principal.Windows" version =" 4.6.0" />
2325 </group >
2426 <group targetFramework =" netstandard2.1" >
2527 <dependency id =" Portable.BouncyCastle" version =" 1.8.5" />
2628 <dependency id =" BrotliSharpLib" version =" 0.3.3" />
2729 <dependency id =" Microsoft.Win32.Registry" version =" 4.6.0" />
2830 <dependency id =" System.Buffers" version =" 4.5.0" />
31+ <dependency id =" System.Memory" version =" 4.5.3" />
32+ <dependency id =" System.Threading.Tasks.Extensions" version =" 4.5.3" />
2933 <dependency id =" System.Security.Principal.Windows" version =" 4.6.0" />
3034 </group >
3135 </dependencies >
You can’t perform that action at this time.
0 commit comments