1 write to webSocketLifetimeManager
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
857this.webSocketLifetimeManager = new CommunicationObjectManager<ServerWebSocketTransportDuplexSessionChannel>(this.ThisLock);
4 references to webSocketLifetimeManager
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (4)
948this.webSocketLifetimeManager.Add(channel); 992this.webSocketLifetimeManager.Close(timeoutHelper.RemainingTime()); 1021this.webSocketLifetimeManager, 1069this.webSocketLifetimeManager.Abort();