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