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