1 type derived from SessionOpenNotification
System.ServiceModel (1)
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
141
class SessionOpenNotificationHelper :
SessionOpenNotification
4 references to SessionOpenNotification
System.ServiceModel (4)
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (2)
23
SessionOpenNotification
sessionOpenNotification;
49
if (typeof(T) == typeof(
SessionOpenNotification
))
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
69
SessionOpenNotification
sessionOpenNotification;
170
this.sessionOpenNotification = this.binder.Channel.GetProperty<
SessionOpenNotification
>();