1 write to innerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
17
this.
innerChannelFactory
= innerChannelFactory;
8 references to innerChannelFactory
System.ServiceModel (8)
System\ServiceModel\Channels\LayeredChannelFactory.cs (8)
22
get { return this.
innerChannelFactory
; }
38
return this.
innerChannelFactory
.GetProperty<T>();
43
return this.
innerChannelFactory
.BeginOpen(timeout, callback, state);
48
this.
innerChannelFactory
.EndOpen(result);
53
return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.
innerChannelFactory
);
65
this.
innerChannelFactory
.Close(timeoutHelper.RemainingTime());
70
this.
innerChannelFactory
.Open(timeout);
76
this.
innerChannelFactory
.Abort();