7 references to SessionMode
System.ServiceModel (7)
System\ServiceModel\Channels\SecurityChannelFactory.cs (7)
85Fx.Assert(SessionMode == true, "SessionClientSettings can only be used if SessionMode == true"); 126if (this.securityProtocolFactory != null && !this.SessionMode) 135if (this.SessionMode && (typeof(T) == typeof(IChannelSecureConversationSessionSettings))) 164if (this.securityProtocolFactory != null && !this.SessionMode) 198if (this.SessionMode) 248if (this.SessionMode && this.SessionClientSettings != null && this.SessionClientSettings.SessionProtocolFactory != null) 272if (this.SessionMode)