2 writes to sessionOpenNotification
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
170this.sessionOpenNotification = this.binder.Channel.GetProperty<SessionOpenNotification>(); 206this.sessionOpenNotification = handler.sessionOpenNotification;
5 references to sessionOpenNotification
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
171this.needToCreateSessionOpenNotificationMessage = this.sessionOpenNotification != null && this.sessionOpenNotification.IsEnabled; 206this.sessionOpenNotification = handler.sessionOpenNotification; 516Fx.Assert(this.sessionOpenNotification != null, "this.sessionOpenNotification should not be null."); 520this.sessionOpenNotification.UpdateMessageProperties(message.Properties);