mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
imported signalr 1.1.3 into NzbDrone.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
|
||||
namespace Microsoft.AspNet.SignalR.Transports
|
||||
{
|
||||
[Flags]
|
||||
public enum TransportConnectionStates
|
||||
{
|
||||
None = 0,
|
||||
Added = 1,
|
||||
Removed = 2,
|
||||
Replaced = 4,
|
||||
QueueDrained = 8,
|
||||
HttpRequestEnded = 16,
|
||||
Disconnected = 32,
|
||||
Aborted = 64,
|
||||
DisconnectMessageReceived = 128,
|
||||
Disposed = 65536,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user