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