1 write to innerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
300this.innerChannelFactory = innerChannelFactory;
10 references to innerChannelFactory
System.ServiceModel (10)
System\ServiceModel\Security\WSTrustFeb2005.cs (10)
305return this.innerChannelFactory.CreateChannel<IRequestChannel>(address); 310return this.innerChannelFactory.CreateChannel<IRequestChannel>(address, via); 315this.innerChannelFactory.Abort(); 320return this.innerChannelFactory.BeginOpen(timeout, callback, state); 325this.innerChannelFactory.EndOpen(result); 330return this.innerChannelFactory.BeginClose(timeout, callback, state); 335this.innerChannelFactory.EndClose(result); 340this.innerChannelFactory.Close(timeout); 345this.innerChannelFactory.Open(timeout); 350return this.innerChannelFactory.GetProperty<T>();