1 write to innerChannelFactory
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelFactory.cs (1)
27
this.
innerChannelFactory
= innerChannelFactory;
14 references to innerChannelFactory
System.ServiceModel.Discovery (14)
System\ServiceModel\Discovery\DiscoveryClientChannelFactory.cs (14)
50
(IChannelFactory<IOutputChannel>)this.
innerChannelFactory
,
58
(IChannelFactory<IRequestChannel>)this.
innerChannelFactory
,
66
(IChannelFactory<IDuplexChannel>)this.
innerChannelFactory
,
74
(IChannelFactory<IOutputSessionChannel>)this.
innerChannelFactory
,
82
(IChannelFactory<IRequestSessionChannel>)this.
innerChannelFactory
,
90
(IChannelFactory<IDuplexSessionChannel>)this.
innerChannelFactory
,
111
return this.
innerChannelFactory
.GetProperty<T>();
116
return this.
innerChannelFactory
.BeginOpen(timeout, callback, state);
121
this.
innerChannelFactory
.EndOpen(result);
126
this.
innerChannelFactory
.Open(timeout);
138
this.
innerChannelFactory
.BeginClose,
139
this.
innerChannelFactory
.EndClose);
152
this.
innerChannelFactory
.Close(timeoutHelper.RemainingTime());
159
this.
innerChannelFactory
.Abort();