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.Collections.Generic;
using System.Security.Claims; using System.Security.Claims;
using Microsoft.AspNet.Http.Interfaces.Authentication; using Microsoft.AspNet.Http.Authentication;
using Microsoft.AspNet.Http.Authentication; using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core.Authentication namespace Microsoft.AspNet.Http.Core.Authentication

View File

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

View File

@ -3,7 +3,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Http.Authentication; using Microsoft.AspNet.Http.Authentication;
using Microsoft.AspNet.Http.Interfaces.Authentication; using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core.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. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Security.Claims; using System.Security.Claims;
using Microsoft.AspNet.Http.Interfaces.Authentication; using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core.Authentication namespace Microsoft.AspNet.Http.Core.Authentication
{ {

View File

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

View File

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

View File

@ -5,7 +5,7 @@ using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Http; using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces; using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Http.Core.Collections 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.Infrastructure;
using Microsoft.AspNet.Http.Core.Authentication; using Microsoft.AspNet.Http.Core.Authentication;
using Microsoft.AspNet.Http.Infrastructure; using Microsoft.AspNet.Http.Infrastructure;
using Microsoft.AspNet.Http.Interfaces; using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http.Authentication; using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core namespace Microsoft.AspNet.Http.Core

View File

@ -8,7 +8,6 @@ using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel; using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http; using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Infrastructure; using Microsoft.AspNet.Http.Infrastructure;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http.Core.Collections; using Microsoft.AspNet.Http.Core.Collections;
using Microsoft.AspNet.Http.Core.Infrastructure; 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.Infrastructure;
using Microsoft.AspNet.Http.Core.Authentication; using Microsoft.AspNet.Http.Core.Authentication;
using Microsoft.AspNet.Http.Infrastructure; using Microsoft.AspNet.Http.Infrastructure;
using Microsoft.AspNet.Http.Interfaces; using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces.Authentication; using Microsoft.AspNet.Http.Authentication;
using Microsoft.AspNet.Http.Authentication; using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Http.Core namespace Microsoft.AspNet.Http.Core

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@ using System.Collections.Generic;
using Microsoft.AspNet.FeatureModel; using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http; using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Infrastructure; 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.Collections;
using Microsoft.AspNet.Http.Core.Infrastructure; using Microsoft.AspNet.Http.Core.Infrastructure;

View File

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

View File

@ -1,7 +1,7 @@
// 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. // 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 namespace Microsoft.AspNet.Http.Core
{ {

View File

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

View File

@ -1,7 +1,7 @@
// 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. // 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 public interface IHttpBufferingFeature
{ {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
// 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. // 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 public interface ISessionFactory
{ {

View File

@ -1,7 +1,7 @@
// 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. // 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? // TODO: Is there any reason not to flatten the Factory down into the Feature?
public interface ISessionFeature public interface ISessionFeature

View File

@ -1,7 +1,7 @@
// 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. // 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> /// <summary>
/// Provides information regarding TLS token binding parameters. /// Provides information regarding TLS token binding parameters.

View File

@ -1,7 +1,7 @@
// 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. // 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 public interface IWebSocketAcceptContext
{ {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
// 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. // 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 public interface ISignOutContext
{ {

View File

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

View File

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

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Net.WebSockets; using System.Net.WebSockets;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNet.Http.Interfaces; using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Owin 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. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.AspNet.Http.Interfaces; using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Owin namespace Microsoft.AspNet.Owin
{ {

View File

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

View File

@ -8,7 +8,7 @@ using System.Security.Claims;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel; using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Core.Authentication; using Microsoft.AspNet.Http.Core.Authentication;
using Microsoft.AspNet.Http.Interfaces.Authentication; using Microsoft.AspNet.Http.Authentication;
using Xunit; using Xunit;
namespace Microsoft.AspNet.Http.Core.Tests 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. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Globalization; using System.Globalization;
using Microsoft.AspNet.Http; using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces;
using Xunit; using Xunit;
namespace Microsoft.AspNet.Http.Core.Tests 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. // 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.FeatureModel;
using Microsoft.AspNet.Http.Interfaces; using Microsoft.AspNet.Http;
using Moq; using Moq;
using Xunit; using Xunit;

View File

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

View File

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

View File

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