File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 47
47
<Reference Include =" System.Xml" />
48
48
</ItemGroup >
49
49
<ItemGroup >
50
- <Compile Include =" ConfigurationExtensions .cs" />
50
+ <Compile Include =" IoConfigurationExtensions .cs" />
51
51
<Compile Include =" Dom\WebSocketReadyState.cs" />
52
52
<Compile Include =" GeneralExtensions.cs" />
53
53
<Compile Include =" Dom\WebSocket.cs" />
Original file line number Diff line number Diff line change 1
- namespace AngleSharp . Io
1
+ namespace AngleSharp
2
2
{
3
+ using AngleSharp . Io ;
3
4
using AngleSharp . Io . Network ;
4
5
using System ;
5
6
using System . Net . Http ;
8
9
/// <summary>
9
10
/// Additional extensions for improved requesters.
10
11
/// </summary>
11
- public static class ConfigurationExtensions
12
+ public static class IoConfigurationExtensions
12
13
{
13
14
/// <summary>
14
15
/// Adds a loader service that comes with all (improved) requesters.
You can’t perform that action at this time.
0 commit comments