Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 46a0b97

Browse files
committed
Update StreamExtended package, removed duplicate files
1 parent 0d8dbf7 commit 46a0b97

27 files changed

+14
-2027
lines changed

Examples/Titanium.Web.Proxy.Examples.Wpf/Titanium.Web.Proxy.Examples.Wpf.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<WarningLevel>4</WarningLevel>
5252
</PropertyGroup>
5353
<ItemGroup>
54-
<Reference Include="StreamExtended, Version=1.0.81.0, Culture=neutral, PublicKeyToken=bbfa0f1d54f50043, processorArchitecture=MSIL">
55-
<HintPath>..\..\packages\StreamExtended.1.0.81\lib\net45\StreamExtended.dll</HintPath>
54+
<Reference Include="StreamExtended, Version=1.0.110.0, Culture=neutral, PublicKeyToken=bbfa0f1d54f50043, processorArchitecture=MSIL">
55+
<HintPath>..\..\packages\StreamExtended.1.0.110-beta\lib\net45\StreamExtended.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Data" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="StreamExtended" version="1.0.81" targetFramework="net45" />
3+
<package id="StreamExtended" version="1.0.110-beta" targetFramework="net45" />
44
</packages>

Titanium.Web.Proxy/ClientHelloInfo.cs

Lines changed: 0 additions & 117 deletions
This file was deleted.

Titanium.Web.Proxy/EventArguments/SessionEventArgs.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Net;
55
using System.Threading.Tasks;
66
using Titanium.Web.Proxy.Decompression;
7-
using Titanium.Web.Proxy.Exceptions;
87
using Titanium.Web.Proxy.Extensions;
98
using Titanium.Web.Proxy.Helpers;
109
using Titanium.Web.Proxy.Http;

Titanium.Web.Proxy/EventArguments/TunnelConnectEventArgs.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Net;
2-
using Titanium.Web.Proxy.Http;
1+
using Titanium.Web.Proxy.Http;
32
using Titanium.Web.Proxy.Models;
43

54
namespace Titanium.Web.Proxy.EventArguments

Titanium.Web.Proxy/Extensions/StreamExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Globalization;
33
using System.IO;
44
using System.Threading.Tasks;
5-
using Titanium.Web.Proxy.Network;
5+
using StreamExtended.Network;
66

77
namespace Titanium.Web.Proxy.Extensions
88
{

Titanium.Web.Proxy/Extensions/TcpExtensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Net.Sockets;
2-
using Titanium.Web.Proxy.Helpers;
1+
using Titanium.Web.Proxy.Helpers;
32

43
namespace Titanium.Web.Proxy.Extensions
54
{

Titanium.Web.Proxy/Helpers/HttpResponseWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
using System.IO;
44
using System.Text;
55
using System.Threading.Tasks;
6+
using StreamExtended.Network;
67
using Titanium.Web.Proxy.Extensions;
78
using Titanium.Web.Proxy.Http;
8-
using Titanium.Web.Proxy.Network;
99
using Titanium.Web.Proxy.Shared;
1010

1111
namespace Titanium.Web.Proxy.Helpers

Titanium.Web.Proxy/Http/HeaderParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Threading.Tasks;
4+
using StreamExtended.Network;
45
using Titanium.Web.Proxy.Models;
5-
using Titanium.Web.Proxy.Network;
66
using Titanium.Web.Proxy.Shared;
77

88
namespace Titanium.Web.Proxy.Http

0 commit comments

Comments
 (0)