1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannel.cs (1)
22
this.
innerChannel
= innerChannel;
10 references to innerChannel
System.ServiceModel (10)
System\ServiceModel\Channels\LayeredChannel.cs (10)
24
this.
innerChannel
.Faulted += this.onInnerChannelFaulted;
29
get { return this.
innerChannel
; }
45
this.
innerChannel
.Faulted -= this.onInnerChannelFaulted;
51
this.
innerChannel
.Abort();
56
this.
innerChannel
.Close(timeout);
61
return this.
innerChannel
.BeginClose(timeout, callback, state);
66
this.
innerChannel
.EndClose(result);
71
this.
innerChannel
.Open(timeout);
76
return this.
innerChannel
.BeginOpen(timeout, callback, state);
81
this.
innerChannel
.EndOpen(result);