1 write to innerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
39
this.
innerChannelFactory
= innerChannelFactory;
9 references to innerChannelFactory
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableChannelFactory.cs (9)
65
get { return this.
innerChannelFactory
; }
111
return this.
innerChannelFactory
.GetProperty<T>();
124
this.
innerChannelFactory
.Abort();
129
this.
innerChannelFactory
.Open(timeout);
134
return this.
innerChannelFactory
.BeginOpen(callback, state);
139
this.
innerChannelFactory
.EndOpen(result);
148
this.
innerChannelFactory
.Close(timeoutHelper.RemainingTime());
160
new OperationWithTimeoutBeginCallback(this.
innerChannelFactory
.BeginClose)
166
new OperationEndCallback(this.
innerChannelFactory
.EndClose)