1 implementation of Connected
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
79public bool Connected
5 references to Connected
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
166&& this.binder.Connected 331&& this.binder.Connected
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (3)
1502if (this.Binder.Connected) 1545!this.Binder.Connected && this.clientSession.StopPolling()) 1625!channel.Binder.Connected)