aspnetcore/test/IISIntegration.IISServerFun.../WebsocketTests.cs

11 lines
174 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests
{
public class WebsocketTests
{
}
}