1 write to innerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
434
this.
innerChannelFactory
= innerChannelFactory;
9 references to innerChannelFactory
System.ServiceModel (9)
System\ServiceModel\Channels\ServiceChannelFactory.cs (9)
439
get { return this.
innerChannelFactory
; }
445
this.
innerChannelFactory
.Abort();
450
this.
innerChannelFactory
.Open(timeout);
455
return this.
innerChannelFactory
.BeginOpen(timeout, callback, state);
460
this.
innerChannelFactory
.EndOpen(result);
467
this.
innerChannelFactory
.Close(timeoutHelper.RemainingTime());
473
this.
innerChannelFactory
.BeginClose, this.
innerChannelFactory
.EndClose);
494
return this.
innerChannelFactory
.GetProperty<T>();