2 writes to innerChannel
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (2)
82
this.
innerChannel
= this.BuildChannel(timeout);
97
this.
innerChannel
= DiscoveryChannelBuilderAsyncResult.End(result);
11 references to innerChannel
System.ServiceModel.Discovery (11)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (11)
60
return this.
innerChannel
;
72
if (this.
innerChannel
!= null)
83
this.
innerChannel
.Faulted += new EventHandler(OnInnerChannelFaulted);
98
this.
innerChannel
.Faulted += new EventHandler(OnInnerChannelFaulted);
103
if (this.
innerChannel
!= null)
105
this.
innerChannel
.Faulted -= new EventHandler(OnInnerChannelFaulted);
112
if (this.
innerChannel
!= null)
114
this.
innerChannel
.Close(timeout);
121
this.
innerChannel
,
134
if (this.
innerChannel
!= null)
136
this.
innerChannel
.Abort();