6 references to ReliableSession
dotnet-svcutil-lib (6)
CodeDomFixup\MethodCreationHelper.cs (3)
1731
if (defaultBinding.
ReliableSession
.Enabled != netTcp.
ReliableSession
.Enabled)
1738
new CodePrimitiveExpression(netTcp.
ReliableSession
.Enabled)));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (3)
33
this.
ReliableSession
.Enabled = reliableSessionEnabled;
41
this.
ReliableSession
.Enabled = session != null;
408
return _security.CreateMessageSecurity(
ReliableSession
.Enabled);