Skip to content

Commit afcf4c8

Browse files
committed
updates
1 parent 8bf7098 commit afcf4c8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Basic/Binding/Net/Tcp/Default/Client/Client.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<ItemGroup>
1111
<Using Include="CoreWcf.Samples.NetTcp" />
12+
<Using Include="System.ServiceModel" />
1213
</ItemGroup>
1314

1415
<ItemGroup>

Basic/Binding/Net/Tcp/Default/Client/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using System.ServiceModel;
54

65
// there is an issue in client code generation where the Security.Mode = None
76
// override client binding with Transport Security Mode to match service definition

Basic/Binding/Net/Tcp/Default/Service/CalculatorService.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ public double Divide(double n1, double n2)
2626
return n1 / n2;
2727
}
2828
}
29-
30-
}
29+
}

0 commit comments

Comments
 (0)