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