mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-14 01:25:43 -05:00
Remove one-way WCF service and replace with SignalR methods
This commit is contained in:
@@ -151,12 +151,10 @@
|
||||
<DependentUpon>WindowsServiceInstaller.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Remote\DeviceHistory.cs" />
|
||||
<Compile Include="Remote\IWeatherService.cs" />
|
||||
<Compile Include="Remote\IWeatherServiceDuplex.cs" />
|
||||
<Compile Include="Remote\IWeatherServiceCallback.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Remote\WeatherService.cs" />
|
||||
<Compile Include="Remote\WeatherServiceCommon.cs" />
|
||||
<Compile Include="Remote\WeatherServiceDuplex.cs" />
|
||||
<Compile Include="ServiceImplementation.cs" />
|
||||
|
||||
Reference in New Issue
Block a user