6 writes to Enabled
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
37
this.ReliableSession.
Enabled
= reliableSessionEnabled;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (2)
33
this.ReliableSession.
Enabled
= reliableSessionEnabled;
41
this.ReliableSession.
Enabled
= session != null;
FrameworkFork\System.ServiceModel\System\ServiceModel\ReliableSession.cs (1)
72
Enabled
= copyFrom.Enabled;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
42
this.ReliableSession.
Enabled
= reliableSessionEnabled;
209
_reliableSession.
Enabled
= session != null;
35 references to Enabled
dotnet-svcutil-lib (35)
CodeDomFixup\MethodCreationHelper.cs (22)
315
if (defaultBinding.ReliableSession.
Enabled
!= wsHttp.ReliableSession.
Enabled
)
317
if (wsHttp.ReliableSession.
Enabled
)
324
new CodePrimitiveExpression(wsHttp.ReliableSession.
Enabled
)));
456
if (defaultBinding.ReliableSession.
Enabled
!= ws2007Http.ReliableSession.
Enabled
)
458
if (ws2007Http.ReliableSession.
Enabled
)
465
new CodePrimitiveExpression(ws2007Http.ReliableSession.
Enabled
)));
662
if (defaultBinding.ReliableSession.
Enabled
!= wsFedHttp.ReliableSession.
Enabled
)
664
if (wsFedHttp.ReliableSession.
Enabled
)
671
new CodePrimitiveExpression(wsFedHttp.ReliableSession.
Enabled
)));
866
if (defaultBinding.ReliableSession.
Enabled
!= ws2007FedHttp.ReliableSession.
Enabled
)
868
if (ws2007FedHttp.ReliableSession.
Enabled
)
875
new CodePrimitiveExpression(ws2007FedHttp.ReliableSession.
Enabled
)));
1731
if (defaultBinding.ReliableSession.
Enabled
!= netTcp.ReliableSession.
Enabled
)
1738
new CodePrimitiveExpression(netTcp.ReliableSession.
Enabled
)));
2050
if (defaultBinding.ReliableSession.
Enabled
!= netHttp.ReliableSession.
Enabled
)
2057
new CodePrimitiveExpression(netHttp.ReliableSession.
Enabled
)));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
312
if (_reliableSession.
Enabled
)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (4)
220
if (_reliableSession.
Enabled
)
240
if (_reliableSession.
Enabled
)
304
if (_reliableSession.
Enabled
)
408
return _security.CreateMessageSecurity(ReliableSession.
Enabled
);
FrameworkFork\System.ServiceModel\System\ServiceModel\ReliableSession.cs (1)
72
Enabled = copyFrom.
Enabled
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007FederationHttpBinding.cs (1)
64
return this.Security.CreateMessageSecurity(this.ReliableSession.
Enabled
, s_WS2007MessageSecurityVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007HttpBinding.cs (1)
62
return this.Security.CreateMessageSecurity(this.ReliableSession.
Enabled
, s_WS2007MessageSecurityVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (1)
177
return _security.CreateMessageSecurity(this.ReliableSession.
Enabled
, s_WSMessageSecurityVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (2)
92
if (ReliableSession.
Enabled
)
202
return _security.CreateMessageSecurity(this.ReliableSession.
Enabled
, s_WSMessageSecurityVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
240
if (_reliableSession.
Enabled
)
261
if (_reliableSession.
Enabled
)