1 instantiation of ServerWebSocketTransportDuplexSessionChannel
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
942ServerWebSocketTransportDuplexSessionChannel channel = new ServerWebSocketTransportDuplexSessionChannel(this,
9 references to ServerWebSocketTransportDuplexSessionChannel
System.ServiceModel (9)
System\ServiceModel\Channels\HttpChannelListener.cs (5)
826CommunicationObjectManager<ServerWebSocketTransportDuplexSessionChannel> webSocketLifetimeManager; 857this.webSocketLifetimeManager = new CommunicationObjectManager<ServerWebSocketTransportDuplexSessionChannel>(this.ThisLock); 942ServerWebSocketTransportDuplexSessionChannel channel = new ServerWebSocketTransportDuplexSessionChannel(this, 1017return new LifetimeWrappedCloseAsyncResult<ServerWebSocketTransportDuplexSessionChannel>( 1036LifetimeWrappedCloseAsyncResult<ServerWebSocketTransportDuplexSessionChannel>.End(result);
System\ServiceModel\Channels\HttpRequestContext.cs (2)
31ServerWebSocketTransportDuplexSessionChannel webSocketChannel; 56internal ServerWebSocketTransportDuplexSessionChannel WebSocketChannel
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (2)
143readonly ServerWebSocketTransportDuplexSessionChannel channel; 145public SessionOpenNotificationHelper(ServerWebSocketTransportDuplexSessionChannel channel)