1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1187
this.
binder
= binder;
27 references to binder
System.ServiceModel (27)
System\ServiceModel\Channels\ReliableChannelBinder.cs (27)
1328
this.
binder
.ChannelParameters,
1341
this.
binder
.ChannelParameters,
1351
this.
binder
.Fault(null);
1494
if (this.
binder
.TryGetChannel(TimeSpan.Zero))
1509
this.
binder
.Fault(null);
1608
this.
binder
.Fault(null);
1615
this.
binder
.OnInnerChannelFaulted();
1832
this.
binder
.Fault(null);
1846
this.
binder
.CloseChannel(channel);
1861
this.
binder
.OnInnerChannelFaulted();
1899
this.tolerateFaults = !this.
binder
.HasSecuritySession(this.currentChannel);
1941
if (!this.
binder
.TryGetChannel(TimeSpan.Zero))
1952
if (!this.
binder
.MustOpenChannel)
1992
e = this.
binder
.GetClosedException(maskingMode);
1996
e = this.
binder
.GetFaultedException(maskingMode);
2063
waiter = new SyncWaiter(this, canGetChannel, null, timeout, maskingMode, this.
binder
.ChannelParameters);
2075
this.
binder
.ChannelParameters);
2084
this.
binder
.Fault(null);
2261
this.synchronizer.
binder
.GetClosedException(this.maskingMode));
2272
if (!this.synchronizer.
binder
.EndTryGetChannel(result))
2304
this.synchronizer.
binder
.GetFaultedException(this.maskingMode));
2315
IAsyncResult result = this.synchronizer.
binder
.BeginTryGetChannel(
2501
if (this.synchronizer.
binder
.MustOpenChannel)
2610
this.exception = this.synchronizer.
binder
.GetClosedException(this.maskingMode);
2616
this.exception = this.synchronizer.
binder
.GetFaultedException(this.maskingMode);
2650
else if (this.synchronizer.
binder
.TryGetChannel(
2664
if (this.synchronizer.
binder
.MustOpenChannel)