8 writes to Enabled
System.ServiceModel (8)
System\ServiceModel\Configuration\StandardBindingOptionalReliableSessionElement.cs (1)
43
optionalReliableSession.
Enabled
= this.Enabled;
System\ServiceModel\NetHttpBinding.cs (1)
39
this.ReliableSession.
Enabled
= reliableSessionEnabled;
System\ServiceModel\NetHttpsBinding.cs (1)
39
this.ReliableSession.
Enabled
= reliableSessionEnabled;
System\ServiceModel\NetTcpBinding.cs (2)
33
this.ReliableSession.
Enabled
= reliableSessionEnabled;
46
this.ReliableSession.
Enabled
= session != null;
System\ServiceModel\ReliableSession.cs (1)
79
this.
Enabled
= copyFrom.Enabled;
System\ServiceModel\WSHttpBindingBase.cs (2)
43
this.ReliableSession.
Enabled
= reliableSessionEnabled;
250
this.reliableSession.
Enabled
= session != null;
20 references to Enabled
System.ServiceModel (20)
System\ServiceModel\Configuration\StandardBindingOptionalReliableSessionElement.cs (1)
33
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.Enabled, optionalReliableSession.
Enabled
);
System\ServiceModel\NetHttpBinding.cs (3)
136
if (this.reliableSession.
Enabled
)
173
|| this.ReliableSession.
Enabled
!= ReliableSessionDefaults.Enabled;
353
if (this.reliableSession.
Enabled
)
System\ServiceModel\NetHttpsBinding.cs (3)
129
if (this.reliableSession.
Enabled
)
166
|| this.ReliableSession.
Enabled
!= ReliableSessionDefaults.Enabled;
238
if (this.reliableSession.
Enabled
)
System\ServiceModel\NetTcpBinding.cs (4)
248
if (reliableSession.
Enabled
)
333
if (reliableSession.
Enabled
)
432
return this.security.CreateMessageSecurity(this.ReliableSession.
Enabled
);
479
|| this.ReliableSession.
Enabled
!= ReliableSessionDefaults.Enabled);
System\ServiceModel\ReliableSession.cs (1)
79
this.Enabled = copyFrom.
Enabled
;
System\ServiceModel\WS2007FederationHttpBinding.cs (1)
82
return this.Security.CreateMessageSecurity(this.ReliableSession.
Enabled
, WS2007MessageSecurityVersion);
System\ServiceModel\WS2007HttpBinding.cs (1)
82
return this.Security.CreateMessageSecurity(this.ReliableSession.
Enabled
, WS2007MessageSecurityVersion);
System\ServiceModel\WSFederationHttpBinding.cs (1)
195
return security.CreateMessageSecurity(this.ReliableSession.
Enabled
, WSMessageSecurityVersion);
System\ServiceModel\WSHttpBinding.cs (2)
111
if (ReliableSession.
Enabled
)
221
return security.CreateMessageSecurity(this.ReliableSession.
Enabled
, WSMessageSecurityVersion);
System\ServiceModel\WSHttpBindingBase.cs (3)
282
if (reliableSession.
Enabled
)
303
if (reliableSession.
Enabled
)
420
|| this.ReliableSession.
Enabled
!= ReliableSessionDefaults.Enabled;