1 write to _session
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
166
_session
= new ReliableSessionBindingElement();
7 references to _session
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (7)
167
_reliableSession = new OptionalReliableSession(
_session
);
201
_session
.InactivityTimeout = session.InactivityTimeout;
202
_session
.Ordered = session.Ordered;
222
if (!
_session
.IsMatch(
_session
))
242
if (!
_session
.IsMatch(session))
305
bindingElements.Add(
_session
);