Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestDelete.cs +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// <param name="uri">The uri to which the delete request will be issued.</param> /// <returns>Task tracking HTTP completion</returns> #pragma warning disable 1998 private async Task<Stream> DeleteAsync(Uri uri) public async Task<Stream> DeleteAsync(Uri uri) { IBuffer dataBuffer = null; Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestGet.cs +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// <param name="uri">The uri to which the get request will be issued.</param> /// <returns>Response data as a stream.</returns> #pragma warning disable 1998 private async Task<Stream> GetAsync(Uri uri) public async Task<Stream> GetAsync(Uri uri) { IBuffer dataBuffer = null; Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestPost.cs +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// <param name="requestStreamContentType">The type of that request body data.</param> /// <returns>Task tracking the completion of the POST request</returns> #pragma warning disable 1998 private async Task<Stream> PostAsync( public async Task<Stream> PostAsync( Uri uri, Stream requestStream = null, string requestStreamContentType = null) Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestPut.cs +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// <param name="body">The HTTP content comprising the body of the request.</param> /// <returns>Task tracking the PUT completion.</returns> #pragma warning disable 1998 private async Task<Stream> PutAsync( public async Task<Stream> PutAsync( Uri uri, IHttpContent body = null) { Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper/HttpRest/RestDelete.cs +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// </summary> /// <param name="uri">The uri to which the delete request will be issued.</param> /// <returns>Task tracking HTTP completion</returns> private async Task<Stream> DeleteAsync(Uri uri) public async Task<Stream> DeleteAsync(Uri uri) { MemoryStream dataStream = null; Loading Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestDelete.cs +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// <param name="uri">The uri to which the delete request will be issued.</param> /// <returns>Task tracking HTTP completion</returns> #pragma warning disable 1998 private async Task<Stream> DeleteAsync(Uri uri) public async Task<Stream> DeleteAsync(Uri uri) { IBuffer dataBuffer = null; Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestGet.cs +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// <param name="uri">The uri to which the get request will be issued.</param> /// <returns>Response data as a stream.</returns> #pragma warning disable 1998 private async Task<Stream> GetAsync(Uri uri) public async Task<Stream> GetAsync(Uri uri) { IBuffer dataBuffer = null; Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestPost.cs +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// <param name="requestStreamContentType">The type of that request body data.</param> /// <returns>Task tracking the completion of the POST request</returns> #pragma warning disable 1998 private async Task<Stream> PostAsync( public async Task<Stream> PostAsync( Uri uri, Stream requestStream = null, string requestStreamContentType = null) Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.UniversalWindows/HttpRest/RestPut.cs +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// <param name="body">The HTTP content comprising the body of the request.</param> /// <returns>Task tracking the PUT completion.</returns> #pragma warning disable 1998 private async Task<Stream> PutAsync( public async Task<Stream> PutAsync( Uri uri, IHttpContent body = null) { Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper/HttpRest/RestDelete.cs +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// </summary> /// <param name="uri">The uri to which the delete request will be issued.</param> /// <returns>Task tracking HTTP completion</returns> private async Task<Stream> DeleteAsync(Uri uri) public async Task<Stream> DeleteAsync(Uri uri) { MemoryStream dataStream = null; Loading