1 write to binder
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (1)
19
this.
binder
= binder;
9 references to binder
System.ServiceModel (9)
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (9)
27
this.
binder
.Channel.Close();
51
if (this.
binder
.HasSession)
53
this.
binder
.Abort();
62
return this.
binder
.TryReceive(timeout, out requestContext);
102
return this.
binder
.BeginTryReceive(timeout, callback, state);
145
return this.
binder
.EndTryReceive(result, out requestContext);
186
this.
binder
.WaitForMessage(TimeSpan.MaxValue);
208
return this.
binder
.BeginWaitForMessage(TimeSpan.MaxValue, callback, state);
245
this.
binder
.EndWaitForMessage(result);