Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http

This commit is contained in:
Praburaj 2015-03-05 16:22:18 -08:00
parent 09ccc84a17
commit d5e1b198dc
50 changed files with 50 additions and 55 deletions

View File

@ -3,7 +3,7 @@
using System.Collections.Generic;
using System.Security.Claims;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http.Authentication;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core.Authentication

View File

@ -3,7 +3,7 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core.Authentication
{

View File

@ -3,7 +3,7 @@
using System.Collections.Generic;
using Microsoft.AspNet.Http.Authentication;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core.Authentication
{

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Security.Claims;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core.Authentication
{

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.Security.Claims;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core.Authentication
{

View File

@ -3,7 +3,7 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core.Authentication
{

View File

@ -5,7 +5,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Http.Core.Collections
{

View File

@ -13,8 +13,7 @@ using Microsoft.AspNet.Http.Core.Collections;
using Microsoft.AspNet.Http.Core.Infrastructure;
using Microsoft.AspNet.Http.Core.Authentication;
using Microsoft.AspNet.Http.Infrastructure;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core

View File

@ -8,7 +8,6 @@ using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Infrastructure;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http.Core.Collections;
using Microsoft.AspNet.Http.Core.Infrastructure;

View File

@ -11,8 +11,8 @@ using Microsoft.AspNet.Http.Core.Collections;
using Microsoft.AspNet.Http.Core.Infrastructure;
using Microsoft.AspNet.Http.Core.Authentication;
using Microsoft.AspNet.Http.Infrastructure;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Authentication;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Http.Core
{

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Http.Core
{

View File

@ -4,7 +4,7 @@
using System.Collections.Generic;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core.Collections;
using Microsoft.AspNet.Http.Core.Infrastructure;
using Microsoft.AspNet.WebUtilities;

View File

@ -6,7 +6,7 @@ using System.Collections.Generic;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Infrastructure;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core.Collections;
using Microsoft.AspNet.Http.Core.Infrastructure;

View File

@ -3,7 +3,7 @@
using Microsoft.AspNet.Http;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core.Collections;
using Microsoft.AspNet.Http.Core.Infrastructure;

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Http.Core
{

View File

@ -3,7 +3,7 @@
using System.Threading;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IHttpApplicationFeature
{

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IHttpBufferingFeature
{

View File

@ -5,7 +5,7 @@ using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IHttpClientCertificateFeature
{

View File

@ -3,7 +3,7 @@
using System.Net;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IHttpConnectionFeature
{

View File

@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.IO;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IHttpRequestFeature
{

View File

@ -3,7 +3,7 @@
using System.Threading;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IHttpRequestLifetimeFeature
{

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.IO;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IHttpResponseFeature
{

View File

@ -4,7 +4,7 @@
using System.Threading;
using System.Threading.Tasks;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IHttpSendFileFeature
{

View File

@ -4,7 +4,7 @@
using System.IO;
using System.Threading.Tasks;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IHttpUpgradeFeature
{

View File

@ -4,7 +4,7 @@
using System.Net.WebSockets;
using System.Threading.Tasks;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IHttpWebSocketFeature
{

View File

@ -3,7 +3,7 @@
using System;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
/// <summary>
/// Feature to identify a request.

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface ISession
{

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface ISessionFactory
{

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
// TODO: Is there any reason not to flatten the Factory down into the Feature?
public interface ISessionFeature

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
/// <summary>
/// Provides information regarding TLS token binding parameters.

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNet.Http.Interfaces
namespace Microsoft.AspNet.Http
{
public interface IWebSocketAcceptContext
{

View File

@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Security.Claims;
namespace Microsoft.AspNet.Http.Interfaces.Authentication
namespace Microsoft.AspNet.Http.Authentication
{
public interface IAuthenticateContext
{

View File

@ -3,7 +3,7 @@
using System.Threading.Tasks;
namespace Microsoft.AspNet.Http.Interfaces.Authentication
namespace Microsoft.AspNet.Http.Authentication
{
public interface IAuthenticationHandler
{

View File

@ -3,7 +3,7 @@
using System.Collections.Generic;
namespace Microsoft.AspNet.Http.Interfaces.Authentication
namespace Microsoft.AspNet.Http.Authentication
{
public interface IChallengeContext
{

View File

@ -3,7 +3,7 @@
using System.Collections.Generic;
namespace Microsoft.AspNet.Http.Interfaces.Authentication
namespace Microsoft.AspNet.Http.Authentication
{
public interface IDescribeSchemesContext
{

View File

@ -3,7 +3,7 @@
using System.Security.Claims;
namespace Microsoft.AspNet.Http.Interfaces.Authentication
namespace Microsoft.AspNet.Http.Authentication
{
public interface IHttpAuthenticationFeature
{

View File

@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Security.Claims;
namespace Microsoft.AspNet.Http.Interfaces.Authentication
namespace Microsoft.AspNet.Http.Authentication
{
public interface ISignInContext
{

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNet.Http.Interfaces.Authentication
namespace Microsoft.AspNet.Http.Authentication
{
public interface ISignOutContext
{

View File

@ -15,8 +15,8 @@ using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core.Authentication;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Owin
{

View File

@ -15,8 +15,8 @@ using System.Security.Principal;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Owin
{

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.Net.WebSockets;
using System.Threading.Tasks;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Owin
{

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Owin
{

View File

@ -6,7 +6,7 @@ using System.Collections.Generic;
using System.Net.WebSockets;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Owin
{

View File

@ -8,7 +8,7 @@ using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Core.Authentication;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http.Authentication;
using Xunit;
namespace Microsoft.AspNet.Http.Core.Tests

View File

@ -1,11 +1,10 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Globalization;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces;
using Xunit;
namespace Microsoft.AspNet.Http.Core.Tests

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
using Moq;
using Xunit;

View File

@ -4,7 +4,6 @@
using System;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http.Core;
using Shouldly;
using Xunit;

View File

@ -5,7 +5,6 @@ using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http.Core;
using Xunit;

View File

@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
using Xunit;
namespace Microsoft.AspNet.Owin