30 references to ReliableSession
dotnet-svcutil-lib (30)
CodeDomFixup\MethodCreationHelper.cs (24)
315if (defaultBinding.ReliableSession.Enabled != wsHttp.ReliableSession.Enabled) 317if (wsHttp.ReliableSession.Enabled) 324new CodePrimitiveExpression(wsHttp.ReliableSession.Enabled))); 330new CodePrimitiveExpression(wsHttp.ReliableSession.Ordered))); 336CreateTimeSpanExpression(wsHttp.ReliableSession.InactivityTimeout))); 456if (defaultBinding.ReliableSession.Enabled != ws2007Http.ReliableSession.Enabled) 458if (ws2007Http.ReliableSession.Enabled) 465new CodePrimitiveExpression(ws2007Http.ReliableSession.Enabled))); 471new CodePrimitiveExpression(ws2007Http.ReliableSession.Ordered))); 477CreateTimeSpanExpression(ws2007Http.ReliableSession.InactivityTimeout))); 662if (defaultBinding.ReliableSession.Enabled != wsFedHttp.ReliableSession.Enabled) 664if (wsFedHttp.ReliableSession.Enabled) 671new CodePrimitiveExpression(wsFedHttp.ReliableSession.Enabled))); 677new CodePrimitiveExpression(wsFedHttp.ReliableSession.Ordered))); 683new CodePrimitiveExpression(wsFedHttp.ReliableSession.InactivityTimeout))); 866if (defaultBinding.ReliableSession.Enabled != ws2007FedHttp.ReliableSession.Enabled) 868if (ws2007FedHttp.ReliableSession.Enabled) 875new CodePrimitiveExpression(ws2007FedHttp.ReliableSession.Enabled))); 881new CodePrimitiveExpression(ws2007FedHttp.ReliableSession.Ordered))); 887new CodePrimitiveExpression(ws2007FedHttp.ReliableSession.InactivityTimeout)));
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007FederationHttpBinding.cs (1)
64return this.Security.CreateMessageSecurity(this.ReliableSession.Enabled, s_WS2007MessageSecurityVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007HttpBinding.cs (1)
62return this.Security.CreateMessageSecurity(this.ReliableSession.Enabled, s_WS2007MessageSecurityVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (1)
177return _security.CreateMessageSecurity(this.ReliableSession.Enabled, s_WSMessageSecurityVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (2)
92if (ReliableSession.Enabled) 202return _security.CreateMessageSecurity(this.ReliableSession.Enabled, s_WSMessageSecurityVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
42this.ReliableSession.Enabled = reliableSessionEnabled;