зеркало из
1
0
Форкнуть 0
This commit is contained in:
Ken Chen 2018-03-06 17:42:15 +08:00
Родитель 927935fefc
Коммит 3227912793
9 изменённых файлов: 26 добавлений и 8 удалений

Просмотреть файл

@ -1,4 +1,6 @@
using System.Web;
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Web;
using System.Web.Mvc;
namespace ChatRoomAspNet

Просмотреть файл

@ -1,4 +1,6 @@
using System;
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

Просмотреть файл

@ -1,4 +1,6 @@
using System.Configuration;
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Configuration;
using Owin;
namespace ChatRoomAspNet

Просмотреть файл

@ -1,4 +1,6 @@
using System.Web.Http;
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Web.Http;
using Newtonsoft.Json.Serialization;
namespace ChatRoomAspNet

Просмотреть файл

@ -1,4 +1,6 @@
using System.Configuration;
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Configuration;
using System.Security.Claims;
using System.Web.Http;
using Microsoft.Azure.SignalR;

Просмотреть файл

@ -1,4 +1,6 @@
using System;
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

Просмотреть файл

@ -1,4 +1,6 @@
using Microsoft.AspNetCore.SignalR;
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.AspNetCore.SignalR;
namespace ChatRoomAspNet
{

Просмотреть файл

@ -1,4 +1,6 @@
using System.Reflection;
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Просмотреть файл

@ -1,3 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Timer
{
using System;