Loading WindowsDevicePortalWrapper/UnitTestProject/WDPMockImplementations/AppDeployment.cs +2 −2 Original line number Diff line number Diff line Loading @@ -4,16 +4,16 @@ // </copyright> //---------------------------------------------------------------------------------------------- using Microsoft.Tools.WindowsDevicePortal.Tests; using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Tools.WindowsDevicePortal.Tests; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// .net 4.x implementation of App Deployment methods. /// MOCK implementation of App Deployment methods. /// </content> public partial class DevicePortal { Loading WindowsDevicePortalWrapper/UnitTestProject/WDPMockImplementations/RestDelete.cs +2 −3 Original line number Diff line number Diff line Loading @@ -4,16 +4,15 @@ // </copyright> //---------------------------------------------------------------------------------------------- using Microsoft.Tools.WindowsDevicePortal.Tests; using System; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using Microsoft.Tools.WindowsDevicePortal.Tests; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// .net 4.x implementation of HTTP Delete /// MOCK implementation of HTTP Delete /// </content> public partial class DevicePortal { Loading WindowsDevicePortalWrapper/UnitTestProject/WDPMockImplementations/RestGet.cs +2 −2 Original line number Diff line number Diff line Loading @@ -4,16 +4,16 @@ // </copyright> //---------------------------------------------------------------------------------------------- using Microsoft.Tools.WindowsDevicePortal.Tests; using System; using System.IO; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Tools.WindowsDevicePortal.Tests; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// .net 4.x implementation of HTTP Get /// MOCK implementation of HTTP Get /// </content> public partial class DevicePortal { Loading WindowsDevicePortalWrapper/UnitTestProject/WDPMockImplementations/RestPost.cs +2 −2 Original line number Diff line number Diff line Loading @@ -4,15 +4,15 @@ // </copyright> //---------------------------------------------------------------------------------------------- using Microsoft.Tools.WindowsDevicePortal.Tests; using System; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Tools.WindowsDevicePortal.Tests; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// .net 4.x implementation of HTTP Post /// MOCK implementation of HTTP Post /// </content> public partial class DevicePortal { Loading WindowsDevicePortalWrapper/UnitTestProject/WDPMockImplementations/RestPut.cs +2 −2 Original line number Diff line number Diff line Loading @@ -4,15 +4,15 @@ // </copyright> //---------------------------------------------------------------------------------------------- using Microsoft.Tools.WindowsDevicePortal.Tests; using System; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Tools.WindowsDevicePortal.Tests; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// HTTP PUT Wrapper /// MOCK implementation of HTTP PUT /// </content> public partial class DevicePortal { Loading Loading
WindowsDevicePortalWrapper/UnitTestProject/WDPMockImplementations/AppDeployment.cs +2 −2 Original line number Diff line number Diff line Loading @@ -4,16 +4,16 @@ // </copyright> //---------------------------------------------------------------------------------------------- using Microsoft.Tools.WindowsDevicePortal.Tests; using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Tools.WindowsDevicePortal.Tests; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// .net 4.x implementation of App Deployment methods. /// MOCK implementation of App Deployment methods. /// </content> public partial class DevicePortal { Loading
WindowsDevicePortalWrapper/UnitTestProject/WDPMockImplementations/RestDelete.cs +2 −3 Original line number Diff line number Diff line Loading @@ -4,16 +4,15 @@ // </copyright> //---------------------------------------------------------------------------------------------- using Microsoft.Tools.WindowsDevicePortal.Tests; using System; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using Microsoft.Tools.WindowsDevicePortal.Tests; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// .net 4.x implementation of HTTP Delete /// MOCK implementation of HTTP Delete /// </content> public partial class DevicePortal { Loading
WindowsDevicePortalWrapper/UnitTestProject/WDPMockImplementations/RestGet.cs +2 −2 Original line number Diff line number Diff line Loading @@ -4,16 +4,16 @@ // </copyright> //---------------------------------------------------------------------------------------------- using Microsoft.Tools.WindowsDevicePortal.Tests; using System; using System.IO; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Tools.WindowsDevicePortal.Tests; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// .net 4.x implementation of HTTP Get /// MOCK implementation of HTTP Get /// </content> public partial class DevicePortal { Loading
WindowsDevicePortalWrapper/UnitTestProject/WDPMockImplementations/RestPost.cs +2 −2 Original line number Diff line number Diff line Loading @@ -4,15 +4,15 @@ // </copyright> //---------------------------------------------------------------------------------------------- using Microsoft.Tools.WindowsDevicePortal.Tests; using System; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Tools.WindowsDevicePortal.Tests; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// .net 4.x implementation of HTTP Post /// MOCK implementation of HTTP Post /// </content> public partial class DevicePortal { Loading
WindowsDevicePortalWrapper/UnitTestProject/WDPMockImplementations/RestPut.cs +2 −2 Original line number Diff line number Diff line Loading @@ -4,15 +4,15 @@ // </copyright> //---------------------------------------------------------------------------------------------- using Microsoft.Tools.WindowsDevicePortal.Tests; using System; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Tools.WindowsDevicePortal.Tests; namespace Microsoft.Tools.WindowsDevicePortal { /// <content> /// HTTP PUT Wrapper /// MOCK implementation of HTTP PUT /// </content> public partial class DevicePortal { Loading