14 references to GetChannelFactory
System.ServiceModel (14)
System\ServiceModel\ClientBase.cs (14)
426return GetChannelFactory(); 456return GetChannelFactory().State; 482return GetChannelFactory().Endpoint; 488((ICommunicationObject)this).Open(GetChannelFactory().InternalOpenTimeout); 524((ICommunicationObject)this).Close(GetChannelFactory().InternalCloseTimeout); 572return GetChannelFactory().CreateChannel(); 577return GetChannelFactory().CreateChannel(); 591GetChannelFactory().Open(timeoutHelper.RemainingTime()); 705return ((ICommunicationObject)this).BeginClose(GetChannelFactory().InternalCloseTimeout, callback, state); 720return ((ICommunicationObject)this).BeginOpen(GetChannelFactory().InternalOpenTimeout, callback, state); 743return GetChannelFactory().BeginOpen(timeout, callback, state); 755GetChannelFactory().EndOpen(result); 777return GetChannelFactory().BeginClose(timeout, callback, state); 789GetChannelFactory().EndClose(result);