Skip to content

Commit 4b6afb1

Browse files
committed
More NS
1 parent 98610c3 commit 4b6afb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Components/WebAssembly/WebAssembly/src/Http/FetchCredentialsOption.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
namespace Microsoft.AspNetCore.Blazor.Http
4+
namespace Microsoft.AspNetCore.Components.WebAssembly.Http
55
{
66
/// <summary>
77
/// Specifies a value for the 'credentials' option on outbound HTTP requests.

src/Components/WebAssembly/WebAssembly/src/Http/WebAssemblyHttpMessageHandlerOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System;
55
using System.Reflection;
66

7-
namespace Microsoft.AspNetCore.Blazor.Http
7+
namespace Microsoft.AspNetCore.Components.WebAssembly.Http
88
{
99
/// <summary>
1010
/// Configures options for the WebAssembly HTTP message handler.

0 commit comments

Comments
 (0)