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
10
10
/// A proxy end point client is not aware of.
11
11
/// Useful when requests are redirected to this proxy end point through port forwarding via router.
12
12
/// </summary>
13
- [ DebuggerDisplay ( "Explicit : {IpAddress}:{Port}" ) ]
13
+ [ DebuggerDisplay ( "Transparent : {IpAddress}:{Port}" ) ]
14
14
public class TransparentProxyEndPoint : ProxyEndPoint
15
15
{
16
16
/// <summary>
Original file line number Diff line number Diff line change 19
19
<dependency id =" BrotliSharpLib" version =" 0.3.3" />
20
20
<dependency id =" Microsoft.Win32.Registry" version =" 4.6.0" />
21
21
<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" />
22
24
<dependency id =" System.Security.Principal.Windows" version =" 4.6.0" />
23
25
</group >
24
26
<group targetFramework =" netstandard2.1" >
25
27
<dependency id =" Portable.BouncyCastle" version =" 1.8.5" />
26
28
<dependency id =" BrotliSharpLib" version =" 0.3.3" />
27
29
<dependency id =" Microsoft.Win32.Registry" version =" 4.6.0" />
28
30
<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" />
29
33
<dependency id =" System.Security.Principal.Windows" version =" 4.6.0" />
30
34
</group >
31
35
</dependencies >
You can’t perform that action at this time.
0 commit comments