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