File tree 5 files changed +5
-4
lines changed
WebJobs.Script.Tests/Workers
WebJobs.Script.Tests.Integration/ApplicationInsights
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
using Microsoft . Azure . WebJobs . Script . Diagnostics ;
9
9
using Microsoft . Azure . WebJobs . Script . Eventing ;
10
10
using Microsoft . Azure . WebJobs . Script . Grpc . Eventing ;
11
+ using Microsoft . Azure . WebJobs . Script . HttpProxyService ;
11
12
using Microsoft . Azure . WebJobs . Script . Workers ;
12
13
using Microsoft . Azure . WebJobs . Script . Workers . Rpc ;
13
14
using Microsoft . Azure . WebJobs . Script . Workers . SharedMemoryDataTransfer ;
Original file line number Diff line number Diff line change 2
2
// Licensed under the MIT License. See License.txt in the project root for license information.
3
3
4
4
using Microsoft . Azure . WebJobs . Script . Grpc . Messages ;
5
+ using Microsoft . Azure . WebJobs . Script . HttpProxyService ;
5
6
using Microsoft . Azure . WebJobs . Script . Workers . Rpc ;
6
7
using Microsoft . Extensions . DependencyInjection ;
7
8
Original file line number Diff line number Diff line change 11
11
using Microsoft . Azure . WebJobs . Script . Diagnostics ;
12
12
using Microsoft . Azure . WebJobs . Script . Eventing ;
13
13
using Microsoft . Azure . WebJobs . Script . Grpc ;
14
+ using Microsoft . Azure . WebJobs . Script . HttpProxyService ;
14
15
using Microsoft . Azure . WebJobs . Script . Workers ;
15
16
using Microsoft . Azure . WebJobs . Script . Workers . Rpc ;
16
17
using Microsoft . Azure . WebJobs . Script . Workers . SharedMemoryDataTransfer ;
Original file line number Diff line number Diff line change 1
1
// Copyright (c) .NET Foundation. All rights reserved.
2
2
// Licensed under the MIT License. See License.txt in the project root for license information.
3
3
4
- using System ;
5
- using System . Collections . Generic ;
6
4
using System . Net . Http ;
7
5
using System . Reflection ;
8
6
using System . Threading ;
9
7
using System . Threading . Tasks ;
10
- using System . Web . Http ;
11
- using Microsoft . Azure . WebJobs . Script . Grpc ;
8
+ using Microsoft . Azure . WebJobs . Script . HttpProxyService ;
12
9
using Microsoft . Extensions . Logging . Abstractions ;
13
10
using Xunit ;
14
11
Original file line number Diff line number Diff line change 17
17
using Microsoft . Azure . WebJobs . Script . Grpc ;
18
18
using Microsoft . Azure . WebJobs . Script . Grpc . Eventing ;
19
19
using Microsoft . Azure . WebJobs . Script . Grpc . Messages ;
20
+ using Microsoft . Azure . WebJobs . Script . HttpProxyService ;
20
21
using Microsoft . Azure . WebJobs . Script . Workers ;
21
22
using Microsoft . Azure . WebJobs . Script . Workers . FunctionDataCache ;
22
23
using Microsoft . Azure . WebJobs . Script . Workers . Rpc ;
You can’t perform that action at this time.
0 commit comments