3 writes to shouldRejectMessageWithOnOpenActionHeader
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
208this.shouldRejectMessageWithOnOpenActionHeader = handler.shouldRejectMessageWithOnOpenActionHeader; 374this.shouldRejectMessageWithOnOpenActionHeader = !this.needToCreateSessionOpenNotificationMessage; 1133this.shouldRejectMessageWithOnOpenActionHeader = !this.needToCreateSessionOpenNotificationMessage;
2 references to shouldRejectMessageWithOnOpenActionHeader
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
208this.shouldRejectMessageWithOnOpenActionHeader = handler.shouldRejectMessageWithOnOpenActionHeader; 431if (this.shouldRejectMessageWithOnOpenActionHeader && message.Headers.Action == OperationDescription.SessionOpenedAction)