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