2 overrides of TryGetChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
295protected override bool TryGetChannel(TimeSpan timeout)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
536protected override bool TryGetChannel(TimeSpan timeout)
2 references to TryGetChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1494if (this.binder.TryGetChannel(TimeSpan.Zero)) 1941if (!this.binder.TryGetChannel(TimeSpan.Zero))