4 writes to needToCreateSessionOpenNotificationMessage
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
171
this.
needToCreateSessionOpenNotificationMessage
= this.sessionOpenNotification != null && this.sessionOpenNotification.IsEnabled;
207
this.
needToCreateSessionOpenNotificationMessage
= handler.needToCreateSessionOpenNotificationMessage;
529
this.
needToCreateSessionOpenNotificationMessage
= false;
1138
this.
needToCreateSessionOpenNotificationMessage
= false;
6 references to needToCreateSessionOpenNotificationMessage
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ChannelHandler.cs (6)
207
this.needToCreateSessionOpenNotificationMessage = handler.
needToCreateSessionOpenNotificationMessage
;
374
this.shouldRejectMessageWithOnOpenActionHeader = !this.
needToCreateSessionOpenNotificationMessage
;
375
if (this.
needToCreateSessionOpenNotificationMessage
)
527
if (this.
needToCreateSessionOpenNotificationMessage
)
1133
this.shouldRejectMessageWithOnOpenActionHeader = !this.
needToCreateSessionOpenNotificationMessage
;
1136
if (this.
needToCreateSessionOpenNotificationMessage
)