2 writes to SessionMode
System.ServiceModel (2)
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
324channelListener.SessionMode = true;
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
215channelListener.SessionMode = true;
4 references to SessionMode
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityChannelListener.cs (4)
168else if (this.SessionMode && (typeof(T) == typeof(IListenerSecureConversationSessionSettings))) 231if (this.SessionMode) 308if (this.SessionMode) 324if (this.SessionMode)