1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2584
this.
binder
= binder;
5 references to binder
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannel.cs (5)
2665
if (this.
binder
.ListenUri != null)
2667
listenUri = this.
binder
.ListenUri.AbsoluteUri;
2680
this.
binder
.Abort();
2685
if (!this.isTimerCancelled &&
binder
.Channel.State != CommunicationState.Faulted &&
binder
.Channel.State != CommunicationState.Closed)