1 write to Server
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnServerResult.cs (1)
27
Server
= (ServerType)Enum.Parse(typeof(ServerType), splat[0]);
1 reference to Server
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnTester.cs (1)
112
var serverExpectation = _expectations.FirstOrDefault(e => e.Server == serverResult.
Server
&& e.Ssl == serverResult.Ssl);