1 write to innerContext
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3535
this.
innerContext
= innerContext;
9 references to innerContext
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableChannelBinder.cs (9)
3540
this.
innerContext
.Abort();
3550
return this.
innerContext
.BeginReply(message, timeout, callback, state);
3565
this.
innerContext
.Abort();
3575
this.
innerContext
.Close(timeout);
3590
this.
innerContext
.Abort();
3605
this.
innerContext
.EndReply(result);
3620
this.
innerContext
.Abort();
3630
this.
innerContext
.Reply(message, timeout);
3645
this.
innerContext
.Abort();