1 write to clientSession
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1472
this.
clientSession
= new DuplexClientReliableSession(this, settings, faultHelper, inputID);
6 references to clientSession
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (6)
1473
this.
clientSession
.PollingCallback = this.PollingCallback;
1474
this.SetSession(this.
clientSession
);
1503
this.
clientSession
.ResumePolling(this.OutputConnection.Strategy.QuotaRemaining == 0);
1545
!this.Binder.Connected && this.
clientSession
.StopPolling())
1550
TD.ClientReliableSessionReconnect(this.
clientSession
.Id);
1631
channel.
clientSession
.ResumePolling(channel.OutputConnection.Strategy.QuotaRemaining == 0);